File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, a
64
64
| [ no-relative-parent-imports] ( docs/rules/no-relative-parent-imports.md ) | Forbid importing modules from parent directories. | | | | | | |
65
65
| [ no-restricted-paths] ( docs/rules/no-restricted-paths.md ) | Enforce which files can be imported in a given folder. | | | | | | |
66
66
| [ no-self-import] ( docs/rules/no-self-import.md ) | Forbid a module from importing itself. | | | | | | |
67
+ | [ no-parent-barrel-import] ( docs/rules/no-parent-barrel-import.md ) | Forbid a module from importing from parent barrel file. | | | | | | |
67
68
| [ no-unresolved] ( docs/rules/no-unresolved.md ) | Ensure imports point to a file/module that can be resolved. | ❗ ☑️ | | | | | |
68
69
| [ no-useless-path-segments] ( docs/rules/no-useless-path-segments.md ) | Forbid unnecessary path segments in import and require statements. | | | | 🔧 | | |
69
70
| [ no-webpack-loader-syntax] ( docs/rules/no-webpack-loader-syntax.md ) | Forbid webpack loader syntax in imports. | | | | | | |
You can’t perform that action at this time.
0 commit comments