Skip to content

Instantly share code, notes, and snippets.

@chetanraj
Created February 27, 2019 18:19
Show Gist options
  • Save chetanraj/888142d2065921fb37628cdc380be956 to your computer and use it in GitHub Desktop.
Save chetanraj/888142d2065921fb37628cdc380be956 to your computer and use it in GitHub Desktop.
{
"extends": [
"eslint:recommended",
"plugin:react/recommended"
],
"parser": "babel-eslint",
"env": {
"browser": true,
"jest": true
},
"settings": {
"react": {
"pragma": "React",
"version": require('./package.json').dependencies.react,
}
},
"rules": {
"comma-dangle": 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment