Enable no-dynamic-delete
This commit is contained in:
parent
e91976bfac
commit
ab7e2915e5
@ -31,6 +31,7 @@ module.exports = {
|
||||
"simple-import-sort/sort": "warn",
|
||||
"@typescript-eslint/await-thenable": "warn",
|
||||
"@typescript-eslint/explicit-function-return-type": ["warn", { allowExpressions: true }],
|
||||
"@typescript-eslint/no-dynamic-delete": "warn",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
"@typescript-eslint/no-empty-interface": "off",
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user