Skip to content

Instantly share code, notes, and snippets.

@fdidron
Last active January 12, 2018 02:40
Show Gist options
  • Save fdidron/876a16f4d48aea157d1b190ee2853bad to your computer and use it in GitHub Desktop.
Save fdidron/876a16f4d48aea157d1b190ee2853bad to your computer and use it in GitHub Desktop.
// Install: npm install --save-dev eslint-config-idiomatic eslint-plugin-react --save-exact
{
"env": {
"es6": true,
"jest": true
},
"extends": "idiomatic",
"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