diff options
Diffstat (limited to 'src/rules/import.json')
-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 c7b7dba..6ff497d 100644 --- a/src/rules/import.json +++ b/src/rules/import.json @@ -4,5 +4,8 @@ ], "import/first": [ "error" + ], + "import/no-webpack-loader-syntax": [ + "error" ] } |