diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 21:51:40 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 21:51:40 +0300 |
commit | 2bd897000434fd05ba2b136b800a7bee7099f2e8 (patch) | |
tree | faa3e204bb1ca7ab8df1758e252ff9666e53e3d8 /ROADMAP.md | |
parent | e914d9f80e3bdde324a0c62cb144739be57c394f (diff) | |
download | eslint-config-2bd897000434fd05ba2b136b800a7bee7099f2e8.tar.xz eslint-config-2bd897000434fd05ba2b136b800a7bee7099f2e8.zip |
feat(eslint): Rule "no-multiple-empty-lines"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'ROADMAP.md')
-rw-r--r-- | ROADMAP.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |