Skip to content

Commit 6940b14

Browse files
feat: port all order rule new options from upstream (#248)
Co-authored-by: JounQin <[email protected]>
1 parent 00d486c commit 6940b14

File tree

9 files changed

+3593
-379
lines changed

9 files changed

+3593
-379
lines changed

.changeset/eleven-jobs-matter.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"eslint-plugin-import-x": minor
3+
---
4+
5+
feat: port all `order` rule new options from upstream
6+
7+
- [`newlines-between-types`](https://github.com/import-js/eslint-plugin-import/pull/3127)
8+
- [`named`](https://github.com/import-js/eslint-plugin-import/pull/3043)
9+
- [`consolidateIslands`](https://github.com/import-js/eslint-plugin-import/pull/3129)
10+
- [`sortTypesGroup`](https://github.com/import-js/eslint-plugin-import/pull/3104)

.remarkrc

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"lint-no-undefined-references",
1010
{
1111
"allow": [
12+
"!CAUTION",
13+
"!IMPORTANT",
1214
"!NOTE",
1315
"!TIP",
1416
"!WARNING"

docs/rules/order.md

+760-123
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)