Skip to content

v2.0.2 - Fix keyword-spacing and comma-dangle

Compare
Choose a tag to compare
@nishkohli96 nishkohli96 released this 11 Apr 18:40
· 12 commits to main since this release
385c702

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.