Skip to content

Commit fac73f7

Browse files
committed
release: Release version 36.3.1
1 parent 284843a commit fac73f7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

22

3+
## [36.3.1](https://github.com/MorevM/eslint-config/compare/v36.3.0...v36.3.1) (2024-12-16)
4+
5+
6+
### Bug fixes
7+
8+
* **javascript:** Disable `no-useless-assignment` rule ([1d08c77](https://github.com/MorevM/eslint-config/commit/1d08c77fcf871e84dd32394c1ad03883aa583ce0))
9+
* **typescript:** Correct `extraFileExtensions` paths within TS config ([7f03e51](https://github.com/MorevM/eslint-config/commit/7f03e51b4e89052cd41c06a13e54f1f53cf3c551))
10+
11+
312
## [36.3.0](https://github.com/MorevM/eslint-config/compare/v36.2.0...v36.3.0) (2024-12-14)
413

514

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@morev/eslint-config",
33
"description": "Strict shareable ESLint configuration with reasonable defaults",
44
"type": "module",
5-
"version": "36.3.0",
5+
"version": "36.3.1",
66
"packageManager": "[email protected]",
77
"engines": {
88
"node": ">=20"

0 commit comments

Comments
 (0)