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

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

View File

@ -184,7 +184,7 @@
- [ ] "no-setter-return"
- [ ] "no-shadow"
- [ ] "no-shadow-restricted-names"
- [ ] "no-spaced-func"
- [X] "no-spaced-func"
- [ ] "no-sparse-arrays"
- [ ] "no-sync"
- [X] "no-tabs"

View File

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