Skip to content

Commit 611d87b

Browse files
committed
eslint-plugin-simple-import-sort v12.0.0
1 parent 2480727 commit 611d87b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### Version 12.0.0 (2024-02-10)
2+
3+
This release removes the support for import assignments added in version 11.0.0:
4+
5+
- Turns out it was broken in some cases.
6+
- The suggested fix went past my complexity tolerance for such an esoteric feature.
7+
- I also learned that they aren’t really imports, and that I don’t understand their semantics well enough to know how sorting them affects your program.
8+
9+
If you miss the support for import assignments, I suggest you write your own ESLint rule which moves them out of the way from the actual imports, sorting them or not.
10+
111
### Version 11.0.0 (2024-02-08)
212

313
This release adds support for TypeScript import assignments (`import A = B.C` and `import A = require("module")`). Thanks to Szabolcs Kurdi (@szku01) and Svyatoslav Zaytsev (@MillerSvt)!

package-real.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-simple-import-sort",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"license": "MIT",
55
"author": "Simon Lydell",
66
"repository": "lydell/eslint-plugin-simple-import-sort",

0 commit comments

Comments
 (0)