Skip to content

no-unneeded-ternary, import/newline-after-import, import/order, padding-line-between-statements & no-trailing-spaces

Choose a tag to compare

@dackmin dackmin released this 25 Nov 18:00
· 507 commits to master since this release

1.4.2 (2020-11-26)

Bug Fixes

  • config: normalize import/order rule (c597d5c)
  • config-react: adapt import/order rule for react projects (bc47ea1)
  • config-react-native: adapt import/order rule for react-native (b001f9c)

1.4.1 (2020-11-26)

Bug Fixes

  • config: fix wrong path groups in import/order (ad730a3)

1.4.0 (2020-11-25)

Bug Fixes

  • config: don't skip blank lines with no-trailing-spaces (6f10dbe)

Features

  • config: enable import/newline-after-import (bc09469)
  • config: enable import/order (8e123d4)
  • config: enable padding-line-between-statements (090e3e3)
  • config: enforce custom no-unneeded-ternary (99e954b)
  • plugin: extend no-unneeded-ternary for expression statements (ce64c32)