Skip to content

Custom camelcase rule

Choose a tag to compare

@dackmin dackmin released this 16 Jul 12:19
· 576 commits to master since this release

1.2.5 (2020-10-26)

Bug Fixes

  • config: fix config standard v15 offsetTernaryExpressions option (b98fa3d)

1.2.4 (2020-10-26)

Bug Fixes

  • config: disable errors for multiline ternary expressions (20efb00)
  • deps: update peer deps (1f77344)
  • plugin: allow multiline wrapping parens for conditional & arrow expressions (afed7c0)

1.2.3 (2020-07-13)

Bug Fixes

  • plugin: handle new spread & double unary awaits for no-extra-parens (a42d794)

1.2.2 (2020-06-15)

Bug Fixes

  • config: fix missing enforceForSequenceExpressions option (34d518e)
  • plugin: handle spread over wrapped await (b069546)

1.2.1 (2020-06-15)

Bug Fixes

  • plugin: avoid only checking variable declarators (631a6e6)

1.2.0 (2020-06-15)

Bug Fixes

  • plugin: allow extra parenthesis inside while condition (988102f)
  • plugin: downgrade extra parenthesis to warning by default (72961e8)

Features

  • add new custom camelcase rule to fix default rule with OptionalMemberExpressions (d82498e)