Enable no-dynamic-delete

This commit is contained in:
Simon Warta 2020-02-19 09:03:17 +01:00
parent e91976bfac
commit ab7e2915e5

View File

@ -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",