diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 22:12:04 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 22:12:04 +0300 |
commit | 21abdcaf6343c562ad6cea87fa185e0a0e720663 (patch) | |
tree | 7c1308b2d60c9f4e42d9d718e2cf82f0368024aa /ROADMAP.md | |
parent | 84ac571426f145744fb3bda6e1e2a33538e69923 (diff) | |
download | eslint-config-21abdcaf6343c562ad6cea87fa185e0a0e720663.tar.xz eslint-config-21abdcaf6343c562ad6cea87fa185e0a0e720663.zip |
feat(eslint): Rule "lines-between-class-members"
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
@@ -60,7 +60,7 @@ - [X] "linebreak-style" - [ ] "lines-around-comment" - [X] "lines-around-directive" -- [ ] "lines-between-class-members" +- [X] "lines-between-class-members" - [ ] "max-classes-per-file" - [ ] "max-depth" - [ ] "max-len" |