add no-sequences rule

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
San 2022-05-31 03:47:34 -07:00 committed by GitHub
parent 91b432d304
commit 5b59f9ca21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ module.exports = {
'space-before-blocks': ['error'], 'space-before-blocks': ['error'],
'space-infix-ops': 'error', 'space-infix-ops': 'error',
'yoda': 'error', 'yoda': 'error',
'no-sequences': ['error'] 'no-sequences': ['error', { 'allowInParentheses': false }]
}, },
settings: { settings: {
react: { react: {