From f215d80948b5c1bd8388afd8bcb5946144a75d8b Mon Sep 17 00:00:00 2001 From: "Shahar \"Dawn\" Or" Date: Sat, 23 Nov 2024 17:01:54 +0700 Subject: [PATCH] chore: intentionally no eslint-comments/no-use --- src/test/_intentionally-unused-rules.ts | 2 ++ src/test/_rules_to_consider.ts | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/test/_intentionally-unused-rules.ts b/src/test/_intentionally-unused-rules.ts index c94bc28d..16bb91db 100644 --- a/src/test/_intentionally-unused-rules.ts +++ b/src/test/_intentionally-unused-rules.ts @@ -65,6 +65,8 @@ export const intentionallyUnusedRules: string[] = [ 'eslint-comments/no-restricted-disable', + 'eslint-comments/no-use', + 'n/no-restricted-import', 'n/no-restricted-require', diff --git a/src/test/_rules_to_consider.ts b/src/test/_rules_to_consider.ts index af310b18..2086f7f0 100644 --- a/src/test/_rules_to_consider.ts +++ b/src/test/_rules_to_consider.ts @@ -1,5 +1,5 @@ export const rulesToConsider: Record = { - 'eslint-comments': ['eslint-comments/no-use'], + 'eslint-comments': [], '': [ 'block-scoped-var', 'capitalized-comments',