Skip to content

Commit

Permalink
chore: intentionally not use capitalized-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Nov 30, 2024
1 parent 02f7610 commit 88db66f
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 @@ -78,6 +78,9 @@ export const intentionallyUnusedRules: string[] = [

// ## Complicated

// Rule is too simple
'capitalized-comments',

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

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,7 +1,6 @@
export const rulesToConsider: Record<string, string[]> = {
'eslint-comments': [],
'': [
'capitalized-comments',
'complexity',
'consistent-this',
'default-case',
Expand Down

0 comments on commit 88db66f

Please sign in to comment.