From 5c6fad77fd612ee4ee60214fa61f05029e8c18a8 Mon Sep 17 00:00:00 2001 From: Daniel Simpson Date: Fri, 22 Dec 2023 17:12:48 +1100 Subject: [PATCH] Enable `reportUnusedDisableDirectives` setting --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index fc2e61de..9db434f4 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -55,5 +55,6 @@ ] } ] - } + }, + "reportUnusedDisableDirectives": true }