Skip to content

Instantly share code, notes, and snippets.

@babie
Created May 25, 2018 13:15
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 babie/9dbdb2de48a67e7f90e4c8382b697181 to your computer and use it in GitHub Desktop.
Save babie/9dbdb2de48a67e7f90e4c8382b697181 to your computer and use it in GitHub Desktop.
{
"extends": ["airbnb", "standard", "prettier"],
"plugins": ["react", "mocha", "standard", "prettier"],
"parserOptions": {
"ecmaFeatures": {
"jsx": true
}
},
"env": {
"mocha": true,
"browser": true,
"node": true
},
"rules": {
"no-console": "off",
"react/jsx-filename-extension": [
"error",
{ "extensions": [".js", ".jsx"] }
],
"prettier/prettier": ["error", { "singleQuote": true, "semi": false }],
"yoda": "off"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment