Skip to content

Instantly share code, notes, and snippets.

@pkoch
Created February 27, 2017 17:36
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 pkoch/b27b92a8a0ba32465bdff0f57f334dba to your computer and use it in GitHub Desktop.
Save pkoch/b27b92a8a0ba32465bdff0f57f334dba to your computer and use it in GitHub Desktop.
{
"parser": "babel-eslint",
"extends": [
"standard",
"standard-react"
],
"env": {
"es6": true,
"browser": true
},
"plugins": [
"standard",
"promise"
],
"rules": {
"react/prop-types": ["off"],
"comma-dangle": ["error", "always-multiline"],
"quotes": ["error", "double", { "avoidEscape": true }],
"jsx-quotes": ["error", "prefer-double"],
"spaced-comment": ["error", "always", { "markers": ["="] }]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment