aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ROADMAP.md2
-rw-r--r--src/rules/import.json6
2 files changed, 6 insertions, 2 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 247474e..e6a22e5 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -286,7 +286,7 @@
- [ ] "default"
- [ ] "dynamic-import-chunkname"
- [ ] "export"
-- [ ] "exports-last"
+- [X] "exports-last"
- [ ] "extensions"
- [ ] "first"
- [ ] "group-exports"
diff --git a/src/rules/import.json b/src/rules/import.json
index 0967ef4..152f009 100644
--- a/src/rules/import.json
+++ b/src/rules/import.json
@@ -1 +1,5 @@
-{}
+{
+ "import/exports-last": [
+ "error"
+ ]
+}