summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rules/import.json3
1 files changed, 3 insertions, 0 deletions
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"
]
}