aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ROADMAP.md2
-rw-r--r--src/rules/import.json3
2 files changed, 4 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index e6a22e5..79d5b08 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -288,7 +288,7 @@
- [ ] "export"
- [X] "exports-last"
- [ ] "extensions"
-- [ ] "first"
+- [X] "first"
- [ ] "group-exports"
- [ ] "imports-first"
- [ ] "max-dependencies"
diff --git a/src/rules/import.json b/src/rules/import.json
index 152f009..c7b7dba 100644
--- a/src/rules/import.json
+++ b/src/rules/import.json
@@ -1,5 +1,8 @@
{
"import/exports-last": [
"error"
+ ],
+ "import/first": [
+ "error"
]
}