diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 14:31:49 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 14:31:49 +0300 |
commit | 053bd64fa474f8d390631543c41b936b78354172 (patch) | |
tree | cdaf8da8178fa56c2887adeafaa843c43f324e7d /ROADMAP.md | |
parent | 2ffee5d7a351385e21bc73cf1780f1362f7d66bb (diff) | |
download | eslint-config-053bd64fa474f8d390631543c41b936b78354172.tar.xz eslint-config-053bd64fa474f8d390631543c41b936b78354172.zip |
feat(eslint): Rule "object-curly-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
@@ -223,7 +223,7 @@ - [ ] "no-with" - [ ] "nonblock-statement-body-position" - [ ] "object-curly-newline" -- [ ] "object-curly-spacing" +- [X] "object-curly-spacing" - [ ] "object-property-newline" - [ ] "object-shorthand" - [X] "one-var" |