Skip to content

Commit d71ff30

Browse files
authored
fix: add missing types for object-shorthand rule (#18935)
1 parent 561cadc commit d71ff30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/types/rules/ecmascript-6.d.ts

+4
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,10 @@ export interface ECMAScript6 extends Linter.RulesRecord {
386386
* @default false
387387
*/
388388
ignoreConstructors: boolean;
389+
/**
390+
* @since 8.22.0
391+
*/
392+
methodsIgnorePattern: string;
389393
/**
390394
* @default false
391395
*/

0 commit comments

Comments
 (0)