Skip to content

Commit 391d4c8

Browse files
committed
no-sequences: Add allowInParentheses: false
1 parent 1e2cd5c commit 391d4c8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,12 @@ const rules = {
169169
},
170170
],
171171
'no-self-compare': 'error',
172-
'no-sequences': 'error',
172+
'no-sequences': [
173+
'error',
174+
{
175+
allowInParentheses: false,
176+
},
177+
],
173178
'no-throw-literal': 'error',
174179
'no-unmodified-loop-condition': 'error',
175180
'no-unused-expressions': [

0 commit comments

Comments
 (0)