Skip to content

Commit 43bc4de

Browse files
committed
Add no-webpack-loader-syntax to README
1 parent 21f8d36 commit 43bc4de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, a
2222
* Forbid import of modules using absolute paths ([`no-absolute-path`])
2323
* Forbid `require()` calls with expressions ([`no-dynamic-require`])
2424
* Prevent importing the submodules of other modules ([`no-internal-modules`])
25+
* Forbid Webpack loader syntax in imports ([`no-webpack-loader-syntax`])
2526

2627
[`no-unresolved`]: ./docs/rules/no-unresolved.md
2728
[`named`]: ./docs/rules/named.md
@@ -31,6 +32,7 @@ This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, a
3132
[`no-absolute-path`]: ./docs/rules/no-absolute-path.md
3233
[`no-dynamic-require`]: ./docs/rules/no-dynamic-require.md
3334
[`no-internal-modules`]: ./docs/rules/no-internal-modules.md
35+
[`no-webpack-loader-syntax`]: ./docs/rules/no-webpack-loader-syntax.md
3436

3537
**Helpful warnings:**
3638

0 commit comments

Comments
 (0)