File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments