diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-14 01:16:26 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-14 01:16:26 +0300 |
commit | 46abf32d58915ba5da1374ac1f0a114174db41d0 (patch) | |
tree | 4bbb05c897f515de603e6cb5a0fae055eab02fce /ROADMAP.md | |
parent | ccea0635e4431dcc8bc68207db187c891158f837 (diff) | |
download | eslint-config-46abf32d58915ba5da1374ac1f0a114174db41d0.tar.xz eslint-config-46abf32d58915ba5da1374ac1f0a114174db41d0.zip |
feat(eslint): Rule "object-shorthand"
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
@@ -225,7 +225,7 @@ - [X] "object-curly-newline" - [X] "object-curly-spacing" - [X] "object-property-newline" -- [ ] "object-shorthand" +- [X] "object-shorthand" - [X] "one-var" - [ ] "one-var-declaration-per-line" - [ ] "operator-assignment" |