Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 366eaaf

Browse files
committed
Update vue rules
1 parent 04c0fa6 commit 366eaaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/vue/object-shorthand.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export type ObjectShorthandOption =
2727
'always' | 'methods',
2828
{
2929
ignoreConstructors?: boolean;
30+
methodsIgnorePattern?: string;
3031
avoidQuotes?: boolean;
3132
avoidExplicitReturnArrows?: boolean;
3233
},

0 commit comments

Comments
 (0)