Skip to content

Commit 9ee5744

Browse files
committed
Update changelog
1 parent dcd1063 commit 9ee5744

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/typescript/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- It was a style preference that we may not want, and the auto-fix was broken.
1919
- Loosen `@typescript-eslint/naming-convention` by not enforcing naming conventions for object literal properties ([#428](https://github.com/MetaMask/eslint-config/pull/428))
2020
- Object literals are too often used as parameters for 3rd party libraries/services.
21+
- Disable `jsdoc/check-indentation` ([#430](https://github.com/MetaMask/eslint-config/pull/430))
22+
- Disabled due to a problem with indended sections in TSDoc blocks.
2123

2224
### Fixed
2325

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

2730
## [14.1.0]
2831

0 commit comments

Comments
 (0)