Skip to content

Commit 43a928e

Browse files
committed
Update eslint config.
1 parent 53efa13 commit 43a928e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
3
119119
],
120120
"max-statements": [
121-
1,
121+
0,
122122
10
123123
],
124124
"new-cap": 2,
@@ -130,7 +130,6 @@
130130
"no-array-constructor": 2,
131131
"no-bitwise": 1,
132132
"no-lonely-if": 1,
133-
"no-multi-spaces": 1,
134133
"no-multiple-empty-lines": 1,
135134
"no-new-object": 2,
136135
"no-spaced-func": 1,

0 commit comments

Comments
 (0)