v2.0.2 - Fix keyword-spacing and comma-dangle
Released - 12 Apr, 2024
Modify space-before-blocks and comma-dangle config.
Set keyword-spacing in space-before-blocks
rule to keywords: 'always'
. Previous config was resulting in no spacing something like,
if(){}
catch{
Remove comma dangle from arrays and objects, as traling commas were creating readability issues, in sequelize queries.