Skip to content

Commit 82df0ed

Browse files
committed
release: Release version 22.0.0
1 parent d03173e commit 82df0ed

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11

22

3+
## [22.0.0](https://github.com/MorevM/eslint-config/compare/v21.7.1...v22.0.0) (2023-04-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **typescript:** With new `@typescript-eslint/no-unsafe-enum-comparison` rule default config become more strict.
9+
10+
### Features
11+
12+
* **base:** Add `jsdoc/no-blank-block-descriptions` rule ([a8cb74b](https://github.com/MorevM/eslint-config/commit/a8cb74bc377f7716e157d5457ab0d9900a1f186c))
13+
* **base:** Take account of `jsdoc/informative-docs` rule ([18c0e3f](https://github.com/MorevM/eslint-config/commit/18c0e3f3a260e258e36931dfe2d02b002bbe3311))
14+
* **typescript:** Add `@typescript-eslint/no-unsafe-enum-comparison` rule ([d03173e](https://github.com/MorevM/eslint-config/commit/d03173e66afad01d65c562e43d4e35c2e41000be))
15+
16+
17+
### Chores
18+
19+
* bump @typescript-eslint packages from 5.57.1 to 5.58.0 ([a2ff2db](https://github.com/MorevM/eslint-config/commit/a2ff2db62fcf35ea433aec334c6445ffa54aaf18))
20+
* bump @html-eslint/eslint-plugin from 0.17.2 to 0.18.0 ([#448](https://github.com/MorevM/eslint-config/issues/448)) ([167997d](https://github.com/MorevM/eslint-config/commit/167997d9e642e0c1d1be7eb6b0b87b28dd8f1571))
21+
* bump @html-eslint/parser from 0.17.1 to 0.18.0 ([#446](https://github.com/MorevM/eslint-config/issues/446)) ([ba1471a](https://github.com/MorevM/eslint-config/commit/ba1471ad4382a7c7450bdabc3ca728875b64e601))
22+
* bump eslint-plugin-jsdoc from 40.1.1 to 41.1.1 ([2202d28](https://github.com/MorevM/eslint-config/commit/2202d28c3aa8301e79d2641d31eb71085f1c803e))
23+
* bump eslint-plugin-vue from 9.10.0 to 9.11.0 ([#450](https://github.com/MorevM/eslint-config/issues/450)) ([b79a984](https://github.com/MorevM/eslint-config/commit/b79a9840b1a605f99583620676f5f35c9976e947))
24+
325
### [21.7.1](https://github.com/MorevM/eslint-config/compare/v21.7.0...v21.7.1) (2023-04-08)
426

527

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@morev/eslint-config",
33
"description": "Strict shareable ESLint configuration that I personally use",
4-
"version": "21.7.1",
4+
"version": "22.0.0",
55
"private": false,
66
"engines": {
77
"node": "^12.20.0 || ^14.13.1 || >=16.0.0 || >=18.0.0"

0 commit comments

Comments
 (0)