diff --git a/src/test/_intentionally-unused-rules.ts b/src/test/_intentionally-unused-rules.ts index ca938a19..c02b3b89 100644 --- a/src/test/_intentionally-unused-rules.ts +++ b/src/test/_intentionally-unused-rules.ts @@ -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', diff --git a/src/test/_rules_to_consider.ts b/src/test/_rules_to_consider.ts index e4a89e62..a616eb46 100644 --- a/src/test/_rules_to_consider.ts +++ b/src/test/_rules_to_consider.ts @@ -3,7 +3,6 @@ export const rulesToConsider: Record = { '': [ 'func-names', 'func-style', - 'getter-return', 'grouped-accessor-pairs', 'guard-for-in', 'id-denylist',