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

Commit e99da51

Browse files
committed
Update vue rules
1 parent f7e24ed commit e99da51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/vue/no-extra-parens.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export type NoExtraParensOption =
1212
'all',
1313
{
1414
conditionalAssign?: boolean;
15+
ternaryOperandBinaryExpressions?: boolean;
1516
nestedBinaryExpressions?: boolean;
1617
returnAssign?: boolean;
1718
ignoreJSX?: 'none' | 'all' | 'single-line' | 'multi-line';

0 commit comments

Comments
 (0)