Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .changeset/eleven-jobs-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"eslint-plugin-import-x": minor
---

feat: port all `order` rule new options from upstream

- [`newlines-between-types`](https://github.com/import-js/eslint-plugin-import/pull/3127)
- [`named`](https://github.com/import-js/eslint-plugin-import/pull/3043)
- [`consolidateIslands`](https://github.com/import-js/eslint-plugin-import/pull/3129)
- [`sortTypesGroup`](https://github.com/import-js/eslint-plugin-import/pull/3104)
2 changes: 2 additions & 0 deletions .remarkrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"lint-no-undefined-references",
{
"allow": [
"!CAUTION",
"!IMPORTANT",
"!NOTE",
"!TIP",
"!WARNING"
Expand Down
883 changes: 760 additions & 123 deletions docs/rules/order.md

Large diffs are not rendered by default.

Loading
Loading