mirror of
https://github.com/thelounge/thelounge
synced 2025-02-16 13:18:24 +00:00
Update no-confusing-error
eslint rule to allow parenthesis
This commit is contained in:
parent
6089372ac7
commit
46abaeb279
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ rules:
|
|||
linebreak-style: [error, unix]
|
||||
no-alert: error
|
||||
no-catch-shadow: error
|
||||
no-confusing-arrow: error
|
||||
no-confusing-arrow: [error, {allowParens: true}]
|
||||
no-control-regex: off
|
||||
no-duplicate-imports: error
|
||||
no-else-return: error
|
||||
|
|
Loading…
Add table
Reference in a new issue