Skip to content

Instantly share code, notes, and snippets.

@kvzivn
Created January 21, 2016 09:56
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 kvzivn/74649b14912edbce87a5 to your computer and use it in GitHub Desktop.
Save kvzivn/74649b14912edbce87a5 to your computer and use it in GitHub Desktop.
{
"extends": "airbnb",
"env": {
"browser": true,
},
"plugins": [
"react"
],
"parser": "babel-eslint",
"ecmaFeatures": {
"forOf": true,
"jsx": true,
"es6": true
},
"rules": {
"comma-dangle": 0,
"indent": [2, "tab", {"SwitchCase": 1}],
"react/prop-types": 1,
"react/jsx-indent-props": [2, "tab"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment