From ab7e2915e595338adb807f8bad489fd0b77ed03b Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Wed, 19 Feb 2020 09:03:17 +0100 Subject: [PATCH] Enable no-dynamic-delete --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) 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",