Skip to content

Commit a545b6a

Browse files
committed
Update changelog
1 parent e8a1998 commit a545b6a

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

packages/base/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- **BREAKING:** Convert various rules from `warn` to `error` ([#424](https://github.com/MetaMask/eslint-config/pull/424))
13+
- The rules impacted are:
14+
- `promise/no-callback-in-promise`
15+
- `promise/no-nesting`
16+
- `promise/no-promise-in-callback`
17+
- `promise/no-return-in-finally`
18+
- `promise/valid-params`
19+
1020
## [14.1.0]
1121

1222
### Changed

packages/jest/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- **BREAKING:** Convert various rules from `warn` to `error` ([#424](https://github.com/MetaMask/eslint-config/pull/424))
13+
- The rules impacted are:
14+
- `jest/expect-expect`
15+
- `jest/no-alias-methods`
16+
- `jest/no-commented-out-tests`
17+
- `jest/no-disabled-tests`
18+
1019
## [14.1.0]
1120

1221
### Changed

0 commit comments

Comments
 (0)