Skip to content

Commit c8dcf4d

Browse files
daltonesbenmosher
authored andcommitted
Add no-internal-modules to README (#575)
1 parent 1a7c5c1 commit c8dcf4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, a
2121
* Restrict which files can be imported in a given folder ([`no-restricted-paths`])
2222
* Forbid import of modules using absolute paths ([`no-absolute-path`])
2323
* Forbid `require()` calls with expressions ([`no-dynamic-require`])
24+
* Prevent importing the submodules of other modules ([`no-internal-modules`])
2425

2526
[`no-unresolved`]: ./docs/rules/no-unresolved.md
2627
[`named`]: ./docs/rules/named.md
@@ -29,6 +30,7 @@ This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, a
2930
[`no-restricted-paths`]: ./docs/rules/no-restricted-paths.md
3031
[`no-absolute-path`]: ./docs/rules/no-absolute-path.md
3132
[`no-dynamic-require`]: ./docs/rules/no-dynamic-require.md
33+
[`no-internal-modules`]: ./docs/rules/no-internal-modules.md
3234

3335
**Helpful warnings:**
3436

0 commit comments

Comments
 (0)