add no-constant-condition lint rule
This commit is contained in:
parent
a4d6ea0d07
commit
11b1e39973
@ -60,7 +60,8 @@
|
||||
"no-labels": 0,
|
||||
"no-process-exit": 0,
|
||||
"camelcase": 0,
|
||||
"no-console": 0
|
||||
"no-console": 0,
|
||||
"no-constant-condition": 0
|
||||
},
|
||||
"env": {
|
||||
"node": true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user