Skip to content

Commit

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

// ## Complicated

// Rule docs claim implementation hacky
'eslint-comments/no-unused-disable',

// Conflicts with `@typescript-eslint/init-declarations`
// https://github.com/mightyiam/eslint-config-love/issues/1710
'no-undef-init',
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-unused-disable',
'eslint-comments/no-unused-enable',
'eslint-comments/no-use',
],
Expand Down

0 comments on commit 478c12e

Please sign in to comment.