Remove no-undefined linter setting.
This commit is contained in:
@ -73,7 +73,6 @@ module.exports = {
|
||||
"@typescript-eslint/no-shadow": ["error"],
|
||||
"no-throw-literal": "error",
|
||||
"no-undef-init": "error",
|
||||
"no-undefined": "error",
|
||||
"no-underscore-dangle": "error",
|
||||
"no-unneeded-ternary": "error",
|
||||
"no-unused-expressions": "error",
|
||||
|
Reference in New Issue
Block a user