From 43bc4deee470fb21899ddab3200d0cebef46a4cf Mon Sep 17 00:00:00 2001 From: Ville Immonen Date: Sun, 25 Sep 2016 21:38:43 +0300 Subject: [PATCH] Add no-webpack-loader-syntax to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a4bcad5b5..e7977fd1b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, a * Forbid import of modules using absolute paths ([`no-absolute-path`]) * Forbid `require()` calls with expressions ([`no-dynamic-require`]) * Prevent importing the submodules of other modules ([`no-internal-modules`]) +* Forbid Webpack loader syntax in imports ([`no-webpack-loader-syntax`]) [`no-unresolved`]: ./docs/rules/no-unresolved.md [`named`]: ./docs/rules/named.md @@ -31,6 +32,7 @@ This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, a [`no-absolute-path`]: ./docs/rules/no-absolute-path.md [`no-dynamic-require`]: ./docs/rules/no-dynamic-require.md [`no-internal-modules`]: ./docs/rules/no-internal-modules.md +[`no-webpack-loader-syntax`]: ./docs/rules/no-webpack-loader-syntax.md **Helpful warnings:**