Skip to content

Instantly share code, notes, and snippets.

@janv
Created July 29, 2015 20:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janv/770ec119d46540dea293 to your computer and use it in GitHub Desktop.
Save janv/770ec119d46540dea293 to your computer and use it in GitHub Desktop.
{
"parser": "babel-eslint",
"env": {
"es6": true,
"node": true,
"browser": true
},
"ecmaFeatures": {
"modules": true,
"jsx": true
},
"rules": {
"quotes": [1, "single"],
"no-return-assign": 0,
"no-multi-spaces": 0,
"no-use-before-define": 0,
"no-underscore-dangle": 0,
"no-unused-vars": 0
},
"plugins": [ "react" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment