From 23bb31949d47ab2eedab3f442e81a30620472fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Thu, 11 Sep 2025 21:00:36 +0200 Subject: [PATCH] fix: relax `@typescript-eslint/no-dynamic-delete` --- eslint.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 3e8d7d5..8d38063 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -385,7 +385,6 @@ export default defineConfig( "@typescript-eslint/no-base-to-string": "error", "@typescript-eslint/no-deprecated": "error", - "@typescript-eslint/no-dynamic-delete": "error", "@typescript-eslint/no-extra-non-null-assertion": "error", "@typescript-eslint/no-redundant-type-constituents": "error",