Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 865a6b2

Browse files
committed
more eslint chilling
1 parent a2c6c71 commit 865a6b2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.eslintrc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@
2222
"allow-null"
2323
],
2424
"global-strict": [
25-
2,
25+
0,
2626
"never"
2727
],
2828
"guard-for-in": 2,
29-
"key-spacing": 1,
29+
"key-spacing": [
30+
0
31+
],
3032
"new-cap": 0,
3133
"no-bitwise": 2,
3234
"no-caller": 2,
@@ -42,6 +44,7 @@
4244
"no-irregular-whitespace": 1,
4345
"no-iterator": 2,
4446
"no-loop-func": 2,
47+
"no-mixed-requires": 0,
4548
"no-multi-str": 2,
4649
"no-multi-spaces": 0,
4750
"no-new": 2,
@@ -61,7 +64,7 @@
6164
0,
6265
"never"
6366
],
64-
"strict": 2,
67+
"strict": 0,
6568
"valid-typeof": 2,
6669
"wrap-iife": [
6770
2,

0 commit comments

Comments
 (0)