Skip to content

Commit 262ab6c

Browse files
docs: update generated docs
1 parent 7645cf6 commit 262ab6c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,14 @@ This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, a
6969
| [no-useless-path-segments](docs/rules/no-useless-path-segments.md) | Forbid unnecessary path segments in import and require statements. | | | | 🔧 | | |
7070
| [no-webpack-loader-syntax](docs/rules/no-webpack-loader-syntax.md) | Forbid webpack loader syntax in imports. | | | | | | |
7171

72-
### Static Analysis
73-
74-
| Name       | Description | 💼 | ⚠️ | 🚫 | 🔧 | 💡 ||
75-
| :------------------------------------- | :--------------------------------------------------------------------------------------------- | :- | :- | :- | :- | :- | :- |
76-
| [extensions](docs/rules/extensions.md) | Enforce that import statements either always include or never include allowed file extensions. | | | | 🔧 | | |
77-
7872
### Style guide
7973

8074
| Name                            | Description | 💼 | ⚠️ | 🚫 | 🔧 | 💡 ||
8175
| :------------------------------------------------------------------------------- | :------------------------------------------------------------------------- | :- | :---- | :- | :- | :- | :- |
8276
| [consistent-type-specifier-style](docs/rules/consistent-type-specifier-style.md) | Enforce or ban the use of inline type-only markers for named imports. | | | | 🔧 | | |
8377
| [dynamic-import-chunkname](docs/rules/dynamic-import-chunkname.md) | Enforce a leading comment with the webpackChunkName for dynamic imports. | | | | | 💡 | |
8478
| [exports-last](docs/rules/exports-last.md) | Ensure all exports appear after other statements. | | | | | | |
79+
| [extensions](docs/rules/extensions.md) | Ensure consistent use of file extension within the import path. | | | | 🔧 | | |
8580
| [first](docs/rules/first.md) | Ensure all imports appear before other statements. | | | | 🔧 | | |
8681
| [group-exports](docs/rules/group-exports.md) | Prefer named exports to be grouped together in a single export declaration | | | | | | |
8782
| [imports-first](docs/rules/imports-first.md) | Replaced by `import/first`. | | | | 🔧 | ||

0 commit comments

Comments
 (0)