diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 15:38:31 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 15:38:31 +0300 |
commit | 799b6c9f21d1eab63d2ded3f7601695ce63e82ad (patch) | |
tree | de8beb567400283da1d466892dbd93374cb8b28a /ROADMAP.md | |
parent | 7bc55712a4d2b781976cc381030ca90ce8e2030c (diff) | |
download | eslint-config-799b6c9f21d1eab63d2ded3f7601695ce63e82ad.tar.xz eslint-config-799b6c9f21d1eab63d2ded3f7601695ce63e82ad.zip |
feat(eslint): Rule "space-before-blocks"
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
@@ -260,7 +260,7 @@ - [X] "sort-imports" - [X] "sort-keys" - [X] "sort-vars" -- [ ] "space-before-blocks" +- [X] "space-before-blocks" - [X] "space-before-function-paren" - [ ] "space-in-parens" - [ ] "space-infix-ops" |