Vulcan/packages/apollo/.eslintrc
Eric Burel 2bacae7a0e copy-pasted meteor/apollo, updated to RR4
meteor/apollo Atmosphere version does not seem up to date with the Github repo
2018-09-26 11:34:28 +02:00

14 lines
221 B
Text

{
"parser": "babel-eslint",
"env": {
"browser": true,
"node": true,
"es6": true
},
"parserOptions": {
"allowImportExportEverywhere": true
},
"settings": {
"import/resolver": "meteor"
}
}