Skip to content

Commit

Permalink
chore: intentionally no use no-implicit-coercion
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Jan 18, 2025
1 parent 90082f1 commit bf44bbb
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 @@ -138,4 +138,7 @@ export const intentionallyUnusedRules: string[] = [

// Implemented using a blacklist of function names
'promise/no-callback-in-promise',

// a typescript-eslint equivalent would be more useful
'no-implicit-coercion',
]
1 change: 0 additions & 1 deletion src/test/_rules_to_consider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export const rulesToConsider: Record<string, string[]> = {
'': [
'no-await-in-loop',
'no-eq-null',
'no-implicit-coercion',
'no-implicit-globals',
'no-inline-comments',
'no-inner-declarations',
Expand Down

0 comments on commit bf44bbb

Please sign in to comment.