Skip to content

v4.0.0

Latest

Choose a tag to compare

@jmsjtu jmsjtu released this 12 Apr 00:35
· 8 commits to master since this release

Breaking Changes

This release drops support for ESLint versions below v9 in the master branch.

As a transitional step, ESLint v8 rules have been moved to the eslint-v8 branch and can be retrieved from npm using the eslint-v8 tag.

Important

As part of the transition step, all new rules will be created for both v8 (eslint-v8 branch) and v9 (master branch).

Check the official ESLint page for details migrating to ESLint v9.

What's Changed

  • @W-17931403 Expose ts configs to published library by @abhagta-sfdc in #150
  • chore(master): add note to write rules in ESLint v8 & v9 to CONTRIBUTING.md by @jmsjtu in #152
  • feat: ESLint v9 by @jmsjtu in #151

Full Changelog: v3.7.1...v4.0.0