Skip to content

Commit

Permalink
chore: intentionally no eslint-comments/no-use
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Nov 23, 2024
1 parent 3232076 commit f215d80
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/test/_rules_to_consider.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const rulesToConsider: Record<string, string[]> = {
'eslint-comments': ['eslint-comments/no-use'],
'eslint-comments': [],
'': [
'block-scoped-var',
'capitalized-comments',
Expand Down

0 comments on commit f215d80

Please sign in to comment.