Skip to content

Instantly share code, notes, and snippets.

@calvinchengx
Created October 3, 2017 02:07
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 calvinchengx/957f4a4cc0230ed1fdb875fba1d5b0c5 to your computer and use it in GitHub Desktop.
Save calvinchengx/957f4a4cc0230ed1fdb875fba1d5b0c5 to your computer and use it in GitHub Desktop.
eslintrc
{
"parser": "babel-eslint",
"env": {
"browser": true,
"node": true
},
"settings": {
"ecmascript": 6,
"jsx": true
},
"plugins": [
"react"
],
"rules": {
"strict": 0,
"quotes": 0,
"no-unused-vars": 0,
"camelcase": 0,
"no-underscore-dangle": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment