Skip to content

Commit d4312b3

Browse files
committed
make warning in eslintrc
1 parent 98acbe9 commit d4312b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.eslintrc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"rules": {
88
"strict": 2,
99
"no-alert": 2,
10-
"no-labels": 0,
11-
"no-empty-label": 0,
12-
"no-unused-vars": 0,
13-
"no-console": 0,
14-
"no-mixed-spaces-and-tabs": 0,
15-
"no-extra-boolean-cast": 0
10+
"no-labels": 1,
11+
"no-empty-label": 1,
12+
"no-unused-vars": 1,
13+
"no-console": 1,
14+
"no-mixed-spaces-and-tabs": 1,
15+
"no-extra-boolean-cast": 1
1616
}
1717
}

0 commit comments

Comments
 (0)