feat(eslint): Rule "lines-around-comment"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-13 23:31:45 +04:00
parent 2588edeee2
commit 1826f5a115
2 changed files with 18 additions and 1 deletions

View File

@@ -58,7 +58,7 @@
- [X] "keyword-spacing"
- [ ] "line-comment-position"
- [X] "linebreak-style"
- [ ] "lines-around-comment"
- [X] "lines-around-comment"
- [X] "lines-around-directive"
- [X] "lines-between-class-members"
- [ ] "max-classes-per-file"