aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 17:54:09 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 17:54:09 +0300
commit8ce6c52655256648d26f0c5cd038f9cc98f5c3ee (patch)
tree0b19ad1fcd94f43d7705d503f15da257f687b458 /ROADMAP.md
parent3f4d2c8b7d180dfeddc172c860dfb6bab072c26f (diff)
downloadeslint-config-8ce6c52655256648d26f0c5cd038f9cc98f5c3ee.tar.xz
eslint-config-8ce6c52655256648d26f0c5cd038f9cc98f5c3ee.zip
feat(import): Rule "newline-after-import"
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 97e1495..9cf6e62 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -293,7 +293,7 @@
- [ ] "max-dependencies"
- [ ] "named"
- [ ] "namespace"
-- [ ] "newline-after-import"
+- [X] "newline-after-import"
- [ ] "no-absolute-path"
- [ ] "no-amd"
- [ ] "no-anonymous-default-export"