feat(eslint): max-statements-per-line

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-19 14:39:03 +04:00
parent 3467c5b216
commit ff60ccfbd9
2 changed files with 7 additions and 1 deletions

View File

@@ -69,7 +69,7 @@
- [ ] "max-nested-callbacks"
- [ ] "max-params"
- [X] "max-statements"
- [ ] "max-statements-per-line"
- [X] "max-statements-per-line"
- [X] "multiline-comment-style"
- [ ] "multiline-ternary"
- [X] "new-cap"