Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update changelog
  • Loading branch information
Gudahtt committed Dec 3, 2025
commit 9ee5744e331cda060b114cfa19dc0bb3a06242d4
3 changes: 3 additions & 0 deletions packages/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- It was a style preference that we may not want, and the auto-fix was broken.
- Loosen `@typescript-eslint/naming-convention` by not enforcing naming conventions for object literal properties ([#428](https://github.com/MetaMask/eslint-config/pull/428))
- Object literals are too often used as parameters for 3rd party libraries/services.
- Disable `jsdoc/check-indentation` ([#430](https://github.com/MetaMask/eslint-config/pull/430))
- Disabled due to a problem with indended sections in TSDoc blocks.

### Fixed

- Prevent non-type imports from being grouped under a type import upon auto-fix ([#427](https://github.com/MetaMask/eslint-config/pull/427))
- This was caused by `import-x/no-duplicates`, which is now disabled.
- Fix false positive lint error on TSDoc blocks with indended sections (e.g. bullet lists) ([#430](https://github.com/MetaMask/eslint-config/pull/430))

## [14.1.0]

Expand Down
Loading