Skip to content

Commit 57708e4

Browse files
committed
eslint-plugin-simple-import-sort v12.1.1
1 parent 5505d7d commit 57708e4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 12.1.1 (2024-07-02)
2+
3+
This release adds a short `meta.docs.description` to each rule. Thanks to fisker Cheung (@fisker)!
4+
15
### Version 12.1.0 (2024-04-13)
26

37
This release adds TypeScript type definitions for the plugin itself. This is useful when you use TypeScript to check your ESLint configuration. It assumes that you install `@types/eslint` yourself. Thanks to @Logicer16!

package-real.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-simple-import-sort",
3-
"version": "12.1.0",
3+
"version": "12.1.1",
44
"license": "MIT",
55
"author": "Simon Lydell",
66
"repository": "lydell/eslint-plugin-simple-import-sort",

0 commit comments

Comments
 (0)