aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 14:49:01 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 14:49:01 +0300
commitf6794430fc56483d322203d154e38b0d3173cbc3 (patch)
tree6cffc1eb91a1abd4b314d8dd7188395efe6984ab /ROADMAP.md
parentea076dbff177f20446ce8fda5f526aee6feed8b1 (diff)
downloadeslint-config-f6794430fc56483d322203d154e38b0d3173cbc3.tar.xz
eslint-config-f6794430fc56483d322203d154e38b0d3173cbc3.zip
feat(eslint): Rule "sort-vars"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 98cad69..b803377 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -259,7 +259,7 @@
- [X] "semi-style"
- [X] "sort-imports"
- [X] "sort-keys"
-- [ ] "sort-vars"
+- [X] "sort-vars"
- [ ] "space-before-blocks"
- [ ] "space-before-function-paren"
- [ ] "space-in-parens"