🚀 Features
jsx-shorthand-fragment&jsx-shorthand-boolean- by @SukkaW in #1201 (6882b)- type-annotation-spacing: Add
questionMarkoverride for optional annotation spacing - by @SAY-5 and @9romise in #1210 (fc925) - type-generic-spacing: Introduce
beforeandafter- by @9romise in #1045 (eee6a)
🐞 Bug Fixes
- Upgrade deps - by @9romise in #1221 (6f65f)
- comma-spacing: Correct spacing around holes in array destructuring - by @ddolcimascolo and @9romise in #1184 (13c94)
- indent: Use first token of line instead of current token for indent width calculation - by @9romise in #1215 (69834)
- indent-binary-ops: Avoid chain continuation indent - by @sjh9714 in #1211 (49398)
- object-curly-spacing: Correctly handle object patterns with type annotations - by @9romise in #1218 (6cc1b)
- space-before-function-paren: Check methods with type parameters - by @gthb and @9romise in #1204 (7826a)
- type-annotation-spacing: Remake
overridesoptions to avoidkey-spacingconflict - by @ngdangtu-vn in #1220 (6f090) - type-generic-spacing: Handle space before generic in class expressions - by @9romise in #1183 (9339c)