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