diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 14:25:08 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 14:25:08 +0300 |
commit | 2ffee5d7a351385e21bc73cf1780f1362f7d66bb (patch) | |
tree | e48a76738d2e931306875d79d79618931dc9542a /ROADMAP.md | |
parent | 28a0661434c22f50dc8308742ab317b047deabe3 (diff) | |
download | eslint-config-2ffee5d7a351385e21bc73cf1780f1362f7d66bb.tar.xz eslint-config-2ffee5d7a351385e21bc73cf1780f1362f7d66bb.zip |
feat(eslint): Rule "sort-imports"
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
@@ -257,7 +257,7 @@ - [ ] "semi" - [ ] "semi-spacing" - [ ] "semi-style" -- [ ] "sort-imports" +- [X] "sort-imports" - [X] "sort-keys" - [ ] "sort-vars" - [ ] "space-before-blocks" |