File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 9
9
"block-scoped-var" : 2 ,
10
10
"complexity" : [
11
11
1 ,
12
- 4
12
+ 5
13
13
],
14
14
"consistent-return" : 2 ,
15
15
"curly" : [
26
26
"no-loop-func" : 2 ,
27
27
"no-multi-spaces" : 2 ,
28
28
"no-multi-str" : 2 ,
29
+ "no-new-func" : 2 ,
30
+ "no-new-wrappers" : 2 ,
31
+ "no-new" : 2 ,
29
32
"no-param-reassign" : 2 ,
30
33
"no-unused-expressions" : 2 ,
31
34
"no-useless-call" : 2 ,
123
126
1 ,
124
127
" always"
125
128
],
129
+ "no-array-constructor" : 2 ,
126
130
"no-bitwise" : 1 ,
127
131
"no-lonely-if" : 1 ,
128
132
"no-multi-spaces" : 1 ,
129
133
"no-multiple-empty-lines" : 1 ,
134
+ "no-new-object" : 2 ,
130
135
"no-spaced-func" : 1 ,
131
136
"no-trailing-spaces" : 1 ,
132
137
"no-unneeded-ternary" : 1 ,
145
150
],
146
151
"quote-props" : [
147
152
1 ,
148
- " consistent "
153
+ " as-needed "
149
154
],
150
155
"quotes" : [
151
156
1 ,
You can’t perform that action at this time.
0 commit comments