Skip to content

Commit

Permalink
chore: intentionally no eslint-comments/no-restricted-disable
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Nov 23, 2024
1 parent e60dd79 commit 07ead51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/test/_intentionally-unused-rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ export const intentionallyUnusedRules: string[] = [

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

'eslint-comments/no-restricted-disable',

'n/no-restricted-import',

'n/no-restricted-require',
Expand Down
1 change: 0 additions & 1 deletion src/test/_rules_to_consider.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export const rulesToConsider: Record<string, string[]> = {
'eslint-comments': [
'eslint-comments/no-restricted-disable',
'eslint-comments/no-unlimited-disable',
'eslint-comments/no-unused-disable',
'eslint-comments/no-unused-enable',
Expand Down

0 comments on commit 07ead51

Please sign in to comment.