Skip to content

Commit

Permalink
fix: add missing types for object-shorthand rule (#18935)
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Sep 21, 2024
1 parent 561cadc commit d71ff30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/types/rules/ecmascript-6.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,10 @@ export interface ECMAScript6 extends Linter.RulesRecord {
* @default false
*/
ignoreConstructors: boolean;
/**
* @since 8.22.0
*/
methodsIgnorePattern: string;
/**
* @default false
*/
Expand Down

0 comments on commit d71ff30

Please sign in to comment.