Skip to content

Commit

Permalink
chore: intentionally not use getter-return
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Dec 7, 2024
1 parent 3d02631 commit d63081f
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 @@ -24,6 +24,9 @@ export const intentionallyUnusedRules: string[] = [

// ## redundant

// Covered by TypeScript
'getter-return',

// TS strict mode and `@typescript-eslint/explicit-function-return-type`
'@typescript-eslint/explicit-module-boundary-types',

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 @@ -3,7 +3,6 @@ export const rulesToConsider: Record<string, string[]> = {
'': [
'func-names',
'func-style',
'getter-return',
'grouped-accessor-pairs',
'guard-for-in',
'id-denylist',
Expand Down

0 comments on commit d63081f

Please sign in to comment.