Skip to content

Commit

Permalink
chore: intentionally not use block-scoped-var
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Nov 30, 2024
1 parent 49ef253 commit 02f7610
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 @@ -45,6 +45,9 @@ export const intentionallyUnusedRules: string[] = [
'no-redeclare',
'@typescript-eslint/no-redeclare',

// Covered by `no-var`
'block-scoped-var',

// Covered by `@typescript-eslint/naming-convention`
'camelcase',

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': [],
'': [
'block-scoped-var',
'capitalized-comments',
'complexity',
'consistent-this',
Expand Down

0 comments on commit 02f7610

Please sign in to comment.