Skip to content

Commit

Permalink
Merge pull request #1688 from mightyiam/no-invalid-this
Browse files Browse the repository at this point in the history
chore: intentionally not use no-invalid-this
  • Loading branch information
mightyiam authored Jul 27, 2024
2 parents e37be53 + d8231a2 commit 8212a2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/_intentionally-unused-rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ export const intentionallyUnusedRules: string[] = [
// >
// > Instead of enabling typedef, it is generally recommended to use the --noImplicitAny and --strictPropertyInitialization compiler options to enforce type annotations only when useful.
'@typescript-eslint/typedef',

// Covered by strict TypeScript
'@typescript-eslint/no-invalid-this',
]
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 = [
'@typescript-eslint/no-empty-object-type',
'@typescript-eslint/no-inferrable-types',
'@typescript-eslint/no-invalid-this',
'@typescript-eslint/no-loop-func',
'@typescript-eslint/no-magic-numbers',
'@typescript-eslint/no-meaningless-void-operator',
Expand Down

0 comments on commit 8212a2e

Please sign in to comment.