Skip to content

Commit

Permalink
Publish Next Version (#552)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 22, 2023
1 parent f11e794 commit ab31b70
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
22 changes: 0 additions & 22 deletions .changeset/funny-guests-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-trains-hide.md

This file was deleted.

27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (http://cloudfour.com)",
"homepage": "https://github.com/cloudfour/eslint-config",
Expand Down

0 comments on commit ab31b70

Please sign in to comment.