Skip to content

Instantly share code, notes, and snippets.

@igaozp
Created April 3, 2017 01:56
Show Gist options
  • Save igaozp/3af9db431f8dae3adfacecdb5bc6b91a to your computer and use it in GitHub Desktop.
Save igaozp/3af9db431f8dae3adfacecdb5bc6b91a to your computer and use it in GitHub Desktop.
{
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true
},
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"sourceType": "module"
},
"rules": {
"no-const-assign": "warn",
"no-this-before-super": "warn",
"no-undef": "warn",
"no-unreachable": "warn",
"no-unused-vars": "warn",
"constructor-super": "warn",
"valid-typeof": "warn"
},
"extends": "eslint-config-airbnb"
}
@igaozp
Copy link
Author

igaozp commented Apr 3, 2017

Add eslint-config-airbnb.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment