Skip to content

Commit d52fe30

Browse files
chore(release): 4.2.0
1 parent 387c167 commit d52fe30

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.2.0](https://github.com/webpack/eslint-config-webpack/compare/v4.1.4...v4.2.0) (2025-06-27)
6+
7+
8+
### Features
9+
10+
* enable rule for order of imports and exports ([#59](https://github.com/webpack/eslint-config-webpack/issues/59)) ([387c167](https://github.com/webpack/eslint-config-webpack/commit/387c167b288384371039214cf74213870014b63e))
11+
* plugin and rule to sort package.json properties ([ca57ab4](https://github.com/webpack/eslint-config-webpack/commit/ca57ab4feb40a9d99f96136365ef5d8d4599536f))
12+
13+
14+
### Bug Fixes
15+
16+
* enable `reportUnusedInlineConfigs` ([#56](https://github.com/webpack/eslint-config-webpack/issues/56)) ([f53c2ba](https://github.com/webpack/eslint-config-webpack/commit/f53c2ba8cceca47d7e0ffee04eed9eccc47d22de))
17+
* more path to ignore ([#57](https://github.com/webpack/eslint-config-webpack/issues/57)) ([8272ec4](https://github.com/webpack/eslint-config-webpack/commit/8272ec4d1bd98e65d4bbe38a6003ee1f6dbccbfd))
18+
519
### [4.1.4](https://github.com/webpack/eslint-config-webpack/compare/v4.1.3...v4.1.4) (2025-06-25)
620

721

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-webpack",
3-
"version": "4.1.4",
3+
"version": "4.2.0",
44
"description": "Provides Webpack's eslint rules as an extensible shared config",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)