5.5.0 (2025-10-18)
Features
- comma-dangle: support
TSFunctionType
andTSDeclareFunction
(#1015) (cd3776f) - comma-dangle: support
TSTypeParameterInstantiation
(#1016) (ba930e7) - indent: deprecate
offsetTernaryExpressionsOffsetCallExpressions
viaoffsetTernaryExpressions.CallExpression
(#997) (f2837b1) - indent: introduce
NewExpression
andAwaitExpression
inoffsetTernaryExpressions
(#996) (2b5a39f) - new rule list-style (#895) (a9ec0de)
- object-curly-spacing: add
emptyObjects
option to control spacing in empty objects (#1002) (85ef5bc) - padding-line-between-statements: narrow report range to reduce noise (#1017) (b3a3acf)
- update deps (#1011) (9d5085c)
Bug Fixes
- indent: correctly indent
NewExpression
inConditionalExpression
(#994) (01cec33) - replace
context.getSourceCode()
withcontext.sourceCode
(#1004) (f3faa54)
Documentation
- contribute: add guide to run the document site (#1001) (37a64c5)
- object-curly-spacing: introduce
overrides
(#998) (6452b52)