Add more eslint checks.
This commit is contained in:
parent
f2589dc2a1
commit
d51c334219
@ -19,6 +19,12 @@
|
||||
"guard-for-in": "error",
|
||||
"no-use-before-define": "error",
|
||||
"no-new": "error",
|
||||
"no-new-object": "error",
|
||||
"no-new-func": "error",
|
||||
"no-array-constructor": "error",
|
||||
"no-prototype-builtins": "error",
|
||||
"no-eval": "error",
|
||||
"no-useless-escape": "error",
|
||||
"quotes": ["error", "single"],
|
||||
"block-scoped-var": "error",
|
||||
"no-loop-func": "error",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user