Skip to content

Commit

Permalink
chore: Remove disabled and recommended rules
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Sep 27, 2020
1 parent 6308bd9 commit feee448
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .eslintrc.json
@@ -1,12 +1,12 @@
{
"env": {
"es6": true,
"node": true
},
"globals": {},
"extends": "eslint:recommended",
"rules": {
"no-bitwise": 2,
"camelcase": 0,
"curly": 2,
"eqeqeq": 2,
"no-unused-expressions": [
Expand Down Expand Up @@ -34,13 +34,7 @@
2,
"single"
],
"strict": 0,
"no-undef": 2,
"no-unused-vars": 2,
"semi": 2,
"no-extra-semi": 2,
"no-redeclare": 2,
"block-scoped-var": 2,
"no-console": 0
"block-scoped-var": 2
}
}

0 comments on commit feee448

Please sign in to comment.