We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98acbe9 commit d4312b3Copy full SHA for d4312b3
.eslintrc
@@ -7,11 +7,11 @@
7
"rules": {
8
"strict": 2,
9
"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
+ "no-labels": 1,
+ "no-empty-label": 1,
+ "no-unused-vars": 1,
+ "no-console": 1,
+ "no-mixed-spaces-and-tabs": 1,
+ "no-extra-boolean-cast": 1
16
}
17
0 commit comments