Skip to content

Instantly share code, notes, and snippets.

@rdickert
Created May 14, 2016 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdickert/ab5f1e897b56a1a3dfbeda29252995db to your computer and use it in GitHub Desktop.
Save rdickert/ab5f1e897b56a1a3dfbeda29252995db to your computer and use it in GitHub Desktop.
Meteor ESLint setup
/* Install in a meteor project:
* $ meteor npm install --save-dev eslint eslint-plugin-react eslint-plugin-meteor eslint-config-airbnb
*
* See http://guide.meteor.com/code-style.html
*
* ES Lint rules:
* http://eslint.org/docs/rules/ <- Optionally append the rulename
*/
{
"extends": ["airbnb"],
"env": {},
"rules": {
/**
* App Specific Overrides
*/
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment