Skip to content

Instantly share code, notes, and snippets.

@micheltem
Created November 9, 2016 13:19
Show Gist options
  • Save micheltem/e10a2d0dc773e7a32c6974c2b23f0bdc to your computer and use it in GitHub Desktop.
Save micheltem/e10a2d0dc773e7a32c6974c2b23f0bdc to your computer and use it in GitHub Desktop.
//Basic React and JSX linting based on recommended options
{
"plugins": [
"react"
],
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"extends": ["eslint:recommended", "plugin:react/recommended"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment