feat(eslint): Rule "no-sequences"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -317,6 +317,9 @@
|
||||
"no-self-compare": [
|
||||
"error"
|
||||
],
|
||||
"no-sequences": [
|
||||
"error"
|
||||
],
|
||||
"no-spaced-func": [
|
||||
"off"
|
||||
],
|
||||
|
Reference in New Issue
Block a user