diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 17:50:35 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 17:50:35 +0300 |
commit | f6c6e7ff0af0ca439c578b0bbf3c7973f87814d4 (patch) | |
tree | 3dbb5a3d8a93e6b8d5bbe10af7a18a93a33a5ecf | |
parent | 5abf93f0e1a5ad9917518e0e8066e67a4b17cae7 (diff) | |
download | eslint-config-f6c6e7ff0af0ca439c578b0bbf3c7973f87814d4.tar.xz eslint-config-f6c6e7ff0af0ca439c578b0bbf3c7973f87814d4.zip |
feat(import): Remove "imports-first"
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | ROADMAP.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -290,7 +290,6 @@ - [ ] "extensions" - [X] "first" - [ ] "group-exports" -- [ ] "imports-first" - [ ] "max-dependencies" - [ ] "named" - [ ] "namespace" |