summaryrefslogtreecommitdiff
path: root/src/rules
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules')
-rw-r--r--src/rules/import.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rules/import.json b/src/rules/import.json
index 6ff497d..77ec282 100644
--- a/src/rules/import.json
+++ b/src/rules/import.json
@@ -5,6 +5,12 @@
"import/first": [
"error"
],
+ "import/newline-after-import": [
+ "error",
+ {
+ "count": 1
+ }
+ ],
"import/no-webpack-loader-syntax": [
"error"
]