Skip to content

Instantly share code, notes, and snippets.

@jayeshsolanki93
Last active August 2, 2016 09:06
Show Gist options
  • Save jayeshsolanki93/b7140e6510c91dd5f25c38dcd2f8a5d0 to your computer and use it in GitHub Desktop.
Save jayeshsolanki93/b7140e6510c91dd5f25c38dcd2f8a5d0 to your computer and use it in GitHub Desktop.
Eslint for react
{
"env": {
"browser": true,
"node": true,
"es6": true
},
"globals": {
},
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"sourceType": "module"
},
"plugins": ["react"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment