feat(eslint): Rule "no-spaced-func"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-13 14:52:27 +04:00
parent 3f826d2ecb
commit c6f02605aa
2 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@
"no-negated-in-lhs": [
"off"
],
"no-spaced-func": [
"off"
],
"no-tabs": [
"error",
{