Skip to content

Commit 9b89903

Browse files
fix: default value of accessor-pairs option in rule.d.ts file (#20024)
fix: default value of accessor-pairs
1 parent 6c07420 commit 9b89903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/types/rules.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export interface ESLintRules extends Linter.RulesRecord {
117117
*/
118118
enforceForClassMembers: boolean;
119119
/**
120-
* @default true
120+
* @default false
121121
*/
122122
enforceForTSTypes: boolean;
123123
}>,

0 commit comments

Comments
 (0)