Skip to content

Instantly share code, notes, and snippets.

@skahack
Created April 25, 2015 05:37
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 skahack/775bff774d4347775780 to your computer and use it in GitHub Desktop.
Save skahack/775bff774d4347775780 to your computer and use it in GitHub Desktop.
eslintConfig
{
"eslintConfig": {
"ecmaFeatures": {
"jsx": true
},
"env": {
"es6": true
},
"rules": {
"quotes": true,
"strict": true,
"comma-dangle": true
},
"globals": {
"require": true
},
"plugins": [
"react"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment