Skip to content

Commit ab31b70

Browse files
Publish Next Version (#552)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f11e794 commit ab31b70

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

.changeset/funny-guests-shout.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

.changeset/thick-trains-hide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# @cloudfour/eslint-plugin
22

3+
## 23.0.0
4+
5+
### Major Changes
6+
7+
- [#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.
8+
9+
**Reconfigured Rules (`recommended` Config)**
10+
11+
- [`@cloudfour/import/no-duplicates`](https://github.com/import-js/eslint-plugin-import/blob/v2.28.0/docs/rules/no-duplicates.md)
12+
```diff
13+
- "error"
14+
+ [
15+
+ "error",
16+
+ {
17+
+ "prefer-inline": true
18+
+ }
19+
+ ]
20+
```
21+
22+
**Newly Enabled Rules (`recommended` Config » TS Overrides)**
23+
24+
- [`@cloudfour/typescript-eslint/no-import-type-side-effects`](https://typescript-eslint.io/rules/no-import-type-side-effects)
25+
26+
### Minor Changes
27+
28+
- [#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`
29+
330
## 22.0.0
431

532
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudfour/eslint-plugin",
3-
"version": "22.0.0",
3+
"version": "23.0.0",
44
"description": "Cloud Four's shareable ESLint configuration",
55
"author": "Cloud Four <[email protected]> (http://cloudfour.com)",
66
"homepage": "https://github.com/cloudfour/eslint-config",

0 commit comments

Comments
 (0)