summaryrefslogtreecommitdiff
path: root/src/rules
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules')
-rw-r--r--src/rules/import.json3
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"
]
}