Skip to content

Instantly share code, notes, and snippets.

@jkrup
Created October 2, 2016 14:08
Show Gist options
  • Save jkrup/7f208c66afe4465af42477e3c054e93b to your computer and use it in GitHub Desktop.
Save jkrup/7f208c66afe4465af42477e3c054e93b to your computer and use it in GitHub Desktop.
a nice base es6 eslintrc for Meteor
{
"extends": "airbnb",
"parser": "babel-eslint",
"env": {
"browser": true,
"es6": true,
"commonjs": true
},
"plugins": ["react"],
"settings": {
"import/resolver": "meteor",
"import/core-modules": ["meteor/meteor", "meteor/mongo"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment