Skip to content

Commit c801cd8

Browse files
committed
Make linter more strict
1 parent f1f239b commit c801cd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eslintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"rules": {
2323
"semi": [2, "never"],
2424
"strict": 0,
25-
"quotes": 1,
26-
"no-unused-vars": 1,
25+
"quotes": 2,
26+
"no-unused-vars": 2,
2727
"no-multi-spaces": 1,
2828
"camelcase": 1,
2929
"no-use-before-define": [2,"nofunc"],

0 commit comments

Comments
 (0)