Skip to content

Commit

Permalink
[New] order: add options (sortTypesGroup, `newlines-between-types…
Browse files Browse the repository at this point in the history
…`, `consolidateIslands`) to allow intragroup sorting of type-only imports

Closes #2912
Closes #2347
Closes #2441
Subsumes #2615
  • Loading branch information
Xunnamius authored and ljharb committed Dec 23, 2024
1 parent f7500da commit 5b0e075
Show file tree
Hide file tree
Showing 4 changed files with 676 additions and 11 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
- add [`enforce-node-protocol-usage`] rule and `import/node-version` setting ([#3024], thanks [@GoldStrikeArch] and [@sevenc-nanashi])
- add TypeScript types ([#3097], thanks [@G-Rath])
- [`extensions`]: add `pathGroupOverrides to allow enforcement decision overrides based on specifier ([#3105], thanks [@Xunnamius])
- [`order`]: add options (`sortTypesGroup`, `newlines-between-types`, `consolidateIslands`) to allow intragroup sorting of type-only imports ([#3104], thanks [@Xunnamius])

### Fixed
- [`no-unused-modules`]: provide more meaningful error message when no .eslintrc is present ([#3116], thanks [@michaelfaith])
Expand Down
Loading

0 comments on commit 5b0e075

Please sign in to comment.