diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 14:45:58 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 14:45:58 +0300 |
commit | e3ef269fefaff8b15ab81f04254fa033ebb0108f (patch) | |
tree | a7dc5e3f3ca6f447069421fe44fbc9492cb6de95 /ROADMAP.md | |
parent | 70f1b5ba2720df3b124fcb680537437abf9309ae (diff) | |
download | eslint-config-e3ef269fefaff8b15ab81f04254fa033ebb0108f.tar.xz eslint-config-e3ef269fefaff8b15ab81f04254fa033ebb0108f.zip |
feat(eslint): Rule "semi-spacing"
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
@@ -255,7 +255,7 @@ - [ ] "require-yield" - [ ] "rest-spread-spacing" - [X] "semi" -- [ ] "semi-spacing" +- [X] "semi-spacing" - [ ] "semi-style" - [X] "sort-imports" - [X] "sort-keys" |