diff --git a/.eslintrc.js b/.eslintrc.js index 94065267..c8291230 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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",