diff --git a/.changeset/nervous-pugs-accept.md b/.changeset/nervous-pugs-accept.md deleted file mode 100644 index abe17f3e..00000000 --- a/.changeset/nervous-pugs-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tszhong0411/eslint-config': patch ---- - -Disable `unicorn/prefer-string-raw` rule diff --git a/.changeset/tidy-mirrors-serve.md b/.changeset/tidy-mirrors-serve.md deleted file mode 100644 index a59d185f..00000000 --- a/.changeset/tidy-mirrors-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tszhong0411/eslint-config': patch ---- - -Enhance import sorting rules for better organization diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index c9c633b1..0cf1bbed 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,13 @@ # @tszhong0411/eslint-config +## 0.1.24 + +### Patch Changes + +- [`ef4e2ad`](https://github.com/tszhong0411/honghong.me/commit/ef4e2ad7db590a228f9a05c536cf5f206a59e76e) Thanks [@tszhong0411](https://github.com/tszhong0411)! - Disable `unicorn/prefer-string-raw` rule + +- [`dfc7149`](https://github.com/tszhong0411/honghong.me/commit/dfc71494d2c6d8853b4c6c66f4d7897bc7981aff) Thanks [@tszhong0411](https://github.com/tszhong0411)! - Enhance import sorting rules for better organization + ## 0.1.23 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 2328845a..180bceb1 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@tszhong0411/eslint-config", - "version": "0.1.23", + "version": "0.1.24", "description": "The eslint config for tszhong0411's projects", "license": "MIT", "author": "tszhong0411 (https://github.com/tszhong0411/)",