Skip to content

Commit

Permalink
chore: intentionally not use no-bitwise
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Dec 21, 2024
1 parent 41a3fcb commit aa1633d
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 @@ -22,6 +22,8 @@ export const intentionallyUnusedRules: string[] = [

'@typescript-eslint/prefer-enum-initializers',

'no-bitwise',

// ## redundant

// Covered by TypeScript
Expand Down
1 change: 0 additions & 1 deletion src/test/_rules_to_consider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const rulesToConsider: Record<string, string[]> = {
'max-statements',
'no-alert',
'no-await-in-loop',
'no-bitwise',
'no-console',
'no-constant-binary-expression',
'no-constructor-return',
Expand Down

0 comments on commit aa1633d

Please sign in to comment.