summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ROADMAP.md2
-rw-r--r--src/rules/import.json3
2 files changed, 4 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 997b57d..97e1495 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -319,7 +319,7 @@
- [ ] "no-unresolved"
- [ ] "no-unused-modules"
- [ ] "no-useless-path-segments"
-- [ ] "no-webpack-loader-syntax"
+- [X] "no-webpack-loader-syntax"
- [ ] "order"
- [ ] "prefer-default-export"
- [ ] "unambiguous"
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"
]
}