Skip to content

Commit d4d069e

Browse files
committed
upd eslint config
1 parent f782bc3 commit d4d069e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.eslintrc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
"commonjs": true
66
},
77
"rules": {
8-
"strict": 1,
9-
"no-alert": 1,
10-
"no-labels": 1,
11-
"no-empty-label": 1,
12-
"no-unused-vars": 1,
8+
"strict": [2, 'global'],
9+
"no-alert": 2,
10+
"no-unused-vars": 2,
1311
"no-console": 1,
1412
"no-mixed-spaces-and-tabs": 1,
1513
"no-extra-boolean-cast": 1

0 commit comments

Comments
 (0)