🚨 Breaking Changes
- Let
space-before-blockshandle space before class body's{- by @9romise in #1182 (0d2ec) - keyword-spacing: Treat
for awaitasforfor spacing checks - by @9romise in #1180 (2d45c) - no-extra-parens: Stop overriding the type to handle TS nodes - by @9romise in #877 (fc978)
- no-multi-spaces: Set default
exceptionsto empty - by @9romise in #1162 (b5cac)
🚀 Features
🐞 Bug Fixes
- Ignore TypeScript triple-slash reference directives across rules - by @9romise in #1175 (ed11a)
- Correct closing bracket detection for
ArrayPatternwith type annotation - by @9romise in #1177 (e2f2e) - Upgrade deps - by @9romise in #1195 (218bf)
- multiline-comment-style: Add prefix space when auto-fixing to
star-block- by @9romise and Jakka Prihatna in #952 (c7b6f) - operator-linebreak: Preserve block comment position relative to operator in autofix - by @Jungzl in #1170 (d75b2)