Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit feee448

Browse files
committed
chore: Remove disabled and recommended rules
1 parent 6308bd9 commit feee448

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.eslintrc.json

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"env": {
3+
"es6": true,
34
"node": true
45
},
56
"globals": {},
67
"extends": "eslint:recommended",
78
"rules": {
89
"no-bitwise": 2,
9-
"camelcase": 0,
1010
"curly": 2,
1111
"eqeqeq": 2,
1212
"no-unused-expressions": [
@@ -34,13 +34,7 @@
3434
2,
3535
"single"
3636
],
37-
"strict": 0,
38-
"no-undef": 2,
39-
"no-unused-vars": 2,
4037
"semi": 2,
41-
"no-extra-semi": 2,
42-
"no-redeclare": 2,
43-
"block-scoped-var": 2,
44-
"no-console": 0
38+
"block-scoped-var": 2
4539
}
4640
}

0 commit comments

Comments
 (0)