Skip to content

Commit e9b4acc

Browse files
docs: update generated docs
1 parent fd18737 commit e9b4acc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, a
2626
💡 Manually fixable by [editor suggestions](https://eslint.org/docs/latest/use/core-concepts#rule-suggestions).\
2727
❌ Deprecated.
2828

29-
| Name       | Description | 💼 | ⚠️ | 🚫 | 🔧 | 💡 ||
30-
| :------------------------------------- | :--------------------------------------------------------------------------------------------- | :- | :- | :- | :- | :- | :- |
31-
| [extensions](docs/rules/extensions.md) | Enforce that import statements either always include or never include allowed file extensions. | | | | 🔧 | | |
32-
3329
### Helpful warnings
3430

3531
| Name                       | Description | 💼 | ⚠️ | 🚫 | 🔧 | 💡 ||
@@ -80,6 +76,7 @@ This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, a
8076
| [consistent-type-specifier-style](docs/rules/consistent-type-specifier-style.md) | Enforce or ban the use of inline type-only markers for named imports. | | | | 🔧 | | |
8177
| [dynamic-import-chunkname](docs/rules/dynamic-import-chunkname.md) | Enforce a leading comment with the webpackChunkName for dynamic imports. | | | | | 💡 | |
8278
| [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. | | | | 🔧 | | |
8380
| [first](docs/rules/first.md) | Ensure all imports appear before other statements. | | | | 🔧 | | |
8481
| [group-exports](docs/rules/group-exports.md) | Prefer named exports to be grouped together in a single export declaration | | | | | | |
8582
| [imports-first](docs/rules/imports-first.md) | Replaced by `import/first`. | | | | 🔧 | ||

0 commit comments

Comments
 (0)