feat(eslint): Rule "no-sequences"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 01:50:17 +04:00
parent dce1b1ae89
commit 31982f91ad
2 changed files with 4 additions and 1 deletions

View File

@ -317,6 +317,9 @@
"no-self-compare": [
"error"
],
"no-sequences": [
"error"
],
"no-spaced-func": [
"off"
],