File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments