diff options
Diffstat (limited to 'src/rules')
-rw-r--r-- | src/rules/import.json | 3 |
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" ] } |