Disable undefined usage (#1262)
This commit is contained in:
parent
be590004fe
commit
8ec48456e6
@ -32,6 +32,7 @@
|
||||
"no-prototype-builtins": "error",
|
||||
"no-shadow": ["error", {"builtinGlobals": false}],
|
||||
"no-undef": "error",
|
||||
"no-undefined": "error",
|
||||
"no-underscore-dangle": ["error", {"allowAfterThis": true, "allowAfterSuper": false, "allowAfterThisConstructor": false}],
|
||||
"no-unexpected-multiline": "error",
|
||||
"no-unneeded-ternary": "error",
|
||||
|
Loading…
Reference in New Issue
Block a user