Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nmerouze
Last active February 16, 2017 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nmerouze/42a8d2000c390548b491 to your computer and use it in GitHub Desktop.
Save nmerouze/42a8d2000c390548b491 to your computer and use it in GitHub Desktop.
.eslintrc
{
"parser": "babel-eslint",
/*"plugins": ["react"],*/
"ecmaFeatures": {
/*"jsx": true,*/
"modules": true
},
"env": {
"browser": true,
"node": true,
"es6": true
},
"rules": {
"strict": 0,
"no-underscore-dangle": 0,
"quotes": [
2,
"single"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment