Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 11:57
· 10 commits to master since this release
9a18bed

2.0.0 (2021-08-20)

Bug Fixes

  • release: add GitHub token for all steps (#43) (9a18bed)
  • release using github actions (#42) (ba15dff)

chore

Features

  • add import/order rule (#41) (a4c8030)
  • no-console: disallow the use of console.log and console.warn (#29) (5642d6f)

BREAKING CHANGES

  • Existing code will have to be updated using eslint --fix, which will re-order everything correctly. (Caveat: if there are bare imports such as import './foobar.css', the auto-fixing can possibly fail)
  • This upgrades all dependencies including eslint and the various plugins across major versions.