Skip to content

Commit 07ead51

Browse files
committed
chore: intentionally no eslint-comments/no-restricted-disable
1 parent e60dd79 commit 07ead51

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/test/_intentionally-unused-rules.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ export const intentionallyUnusedRules: string[] = [
6363

6464
'@typescript-eslint/prefer-readonly-parameter-types',
6565

66+
'eslint-comments/no-restricted-disable',
67+
6668
'n/no-restricted-import',
6769

6870
'n/no-restricted-require',

src/test/_rules_to_consider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export const rulesToConsider: Record<string, string[]> = {
22
'eslint-comments': [
3-
'eslint-comments/no-restricted-disable',
43
'eslint-comments/no-unlimited-disable',
54
'eslint-comments/no-unused-disable',
65
'eslint-comments/no-unused-enable',

0 commit comments

Comments
 (0)