From 89c012cac292234269f19217b7755fefaf2e0450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Thu, 8 Feb 2024 22:46:43 +0100 Subject: [PATCH] feat: add `@typescript-eslint/no-array-delete` BREAKING CHANGE: New rule introduced --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 03fa5fa..1a9c328 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -321,6 +321,7 @@ "@typescript-eslint/no-unnecessary-type-assertion": "error", "@typescript-eslint/no-var-requires": "error", "@typescript-eslint/no-unsafe-unary-minus": "error", + "@typescript-eslint/no-array-delete": "error", "@typescript-eslint/prefer-function-type": "error", "@typescript-eslint/prefer-includes": "error", "@typescript-eslint/prefer-nullish-coalescing": [