diff --git a/.changeset/funny-guests-shout.md b/.changeset/funny-guests-shout.md deleted file mode 100644 index b6b80dfa..00000000 --- a/.changeset/funny-guests-shout.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -'@cloudfour/eslint-plugin': major ---- - -Improve linting of `type` modifiers on imports. - -**Reconfigured Rules (`recommended` Config)** - -- [`@cloudfour/import/no-duplicates`](https://github.com/import-js/eslint-plugin-import/blob/v2.28.0/docs/rules/no-duplicates.md) - ```diff - - "error" - + [ - + "error", - + { - + "prefer-inline": true - + } - + ] - ``` - -**Newly Enabled Rules (`recommended` Config » TS Overrides)** - -- [`@cloudfour/typescript-eslint/no-import-type-side-effects`](https://typescript-eslint.io/rules/no-import-type-side-effects) diff --git a/.changeset/thick-trains-hide.md b/.changeset/thick-trains-hide.md deleted file mode 100644 index 1cb06dd7..00000000 --- a/.changeset/thick-trains-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/eslint-plugin': minor ---- - -Re-export `disable-type-checked` config from `@typescript-eslint/eslint-plugin` diff --git a/CHANGELOG.md b/CHANGELOG.md index cb72eddb..85842176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # @cloudfour/eslint-plugin +## 23.0.0 + +### Major Changes + +- [#551](https://github.com/cloudfour/eslint-config/pull/551) [`f11e794`](https://github.com/cloudfour/eslint-config/commit/f11e79495c11887fd4b89b0eeda8b191f7db44a2) Thanks [@calebeby](https://github.com/calebeby)! - Improve linting of `type` modifiers on imports. + + **Reconfigured Rules (`recommended` Config)** + + - [`@cloudfour/import/no-duplicates`](https://github.com/import-js/eslint-plugin-import/blob/v2.28.0/docs/rules/no-duplicates.md) + ```diff + - "error" + + [ + + "error", + + { + + "prefer-inline": true + + } + + ] + ``` + + **Newly Enabled Rules (`recommended` Config » TS Overrides)** + + - [`@cloudfour/typescript-eslint/no-import-type-side-effects`](https://typescript-eslint.io/rules/no-import-type-side-effects) + +### Minor Changes + +- [#551](https://github.com/cloudfour/eslint-config/pull/551) [`f11e794`](https://github.com/cloudfour/eslint-config/commit/f11e79495c11887fd4b89b0eeda8b191f7db44a2) Thanks [@calebeby](https://github.com/calebeby)! - Re-export `disable-type-checked` config from `@typescript-eslint/eslint-plugin` + ## 22.0.0 ### Major Changes diff --git a/package.json b/package.json index 6f91ad28..7f6f62fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudfour/eslint-plugin", - "version": "22.0.0", + "version": "23.0.0", "description": "Cloud Four's shareable ESLint configuration", "author": "Cloud Four (http://cloudfour.com)", "homepage": "https://github.com/cloudfour/eslint-config",