diff options
Diffstat (limited to 'src/rules')
-rw-r--r-- | src/rules/import.json | 6 |
1 files changed, 5 insertions, 1 deletions
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" + ] +} |