Skip to content

Instantly share code, notes, and snippets.

@kymmt90
Created October 16, 2016 14:51
Show Gist options
  • Save kymmt90/f670e21351bd1c2777734755bb549693 to your computer and use it in GitHub Desktop.
Save kymmt90/f670e21351bd1c2777734755bb549693 to your computer and use it in GitHub Desktop.
.eslintrc
{
"env": {
"node" : true,
"browser" : true,
"es6": true
},
"ecmaFeatures" : {
"jsx": true,
},
"plugins": [
"react"
],
"rules": {
"strict" : 0,
"react/display-name": 1,
"semi" : 2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment