diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 13:48:01 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 13:48:01 +0300 |
commit | 99e572a11641e3298b506bb2601ca0b94e6ebe5e (patch) | |
tree | e1ab0a4eebf7836cadf16d134e5744e467cf125f /ROADMAP.md | |
parent | d57337cdb7916678fb7249ddc30c337dc12563cd (diff) | |
download | eslint-config-99e572a11641e3298b506bb2601ca0b94e6ebe5e.tar.xz eslint-config-99e572a11641e3298b506bb2601ca0b94e6ebe5e.zip |
feat(eslint): Rule "lines-around-directive"
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
@@ -59,7 +59,7 @@ - [ ] "line-comment-position" - [ ] "linebreak-style" - [ ] "lines-around-comment" -- [ ] "lines-around-directive" +- [X] "lines-around-directive" - [ ] "lines-between-class-members" - [ ] "max-classes-per-file" - [ ] "max-depth" |