feat(eslint): Rule "no-multiple-empty-lines"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-13 22:51:40 +04:00
parent e914d9f80e
commit 2bd8970004
2 changed files with 9 additions and 1 deletions

View File

@@ -146,7 +146,7 @@
- [ ] "no-multi-assign"
- [X] "no-multi-spaces"
- [ ] "no-multi-str"
- [ ] "no-multiple-empty-lines"
- [X] "no-multiple-empty-lines"
- [X] "no-native-reassign"
- [ ] "no-negated-condition"
- [X] "no-negated-in-lhs"