diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 14:06:46 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 14:06:46 +0300 |
commit | 0e39bae754d08070a88064579a2ecea33e38a655 (patch) | |
tree | 84d52f1c8dcca82b5df569a2401211b6c005655c /ROADMAP.md | |
parent | fe5de6953aa1e072055058f8a8a8b9b95c924b1b (diff) | |
download | eslint-config-0e39bae754d08070a88064579a2ecea33e38a655.tar.xz eslint-config-0e39bae754d08070a88064579a2ecea33e38a655.zip |
feat(eslint): Rule "sort-keys"
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
@@ -258,7 +258,7 @@ - [ ] "semi-spacing" - [ ] "semi-style" - [ ] "sort-imports" -- [ ] "sort-keys" +- [X] "sort-keys" - [ ] "sort-vars" - [ ] "space-before-blocks" - [ ] "space-before-function-paren" |