Skip to content

Custom plugin

Choose a tag to compare

@dackmin dackmin released this 16 Jul 12:18
· 677 commits to master since this release

1.1.5 (2020-06-15)

Bug Fixes

  • config: avoid warnings for new expressions (bf65995)

1.1.4 (2020-06-12)

Bug Fixes

  • config: avoid reporting arrow parens when there's only one arg (22f8d12)
  • plugin: allow parens around spread with logical expressions (8ed4693)

1.1.3 (2020-06-12)

Bug Fixes

  • config: fix false-positives for nested binary expressions (d126e4f)

1.1.2 (2020-06-12)

Bug Fixes

  • config: re-allow jsx extra parentheses (ac136ae)

1.1.1 (2020-06-12)

Bug Fixes

  • plugin: handle old eslint < 5 ExperimentalSpreadProperty ASTNode type (7479e13)

1.1.0 (2020-06-12)

Bug Fixes

  • config: allow no-unused-expressions with ternary expressions (be5583d)
  • config: replace default camelcase rule with babel fix (f2ed6e0)

Features

  • config: add new custom plugin to default shared config (5dafa5d)
  • plugin: add new eslint plugin with custom rules (feba5cc)