Skip to content

v8.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tclindner tclindner released this 26 Jul 00:00
· 115 commits to main since this release
74792e1

What's Changed

💥 Breaking changes

  • @typescript-eslint/eslint-plugin v6.0.0 support by @tclindner in #664
  • Support for @typescript-eslint/*@6.x.x by @tclindner in #669
    • Removed custom rule configuration and added @typescript-eslint/recommended, @typescript-eslint/stylistic, and @typescript-eslint/strict to rule set.
    • @typescript-eslint/eslint-plugin v6.0.0 requires the .eslintrc.js file to include parserOptions to be set with a valid tsconfig file. See the README and/or @typescript-eslint/eslint-plugin for more details.
    • Require @typescript-eslint/parser and @typescript-eslint/eslint-plugin peerDep range to ^v6.0.0
    • Note: eslint-plugin-unicorn must be v48.0.1+ for this config package to work

Full Changelog: v7.0.0...v8.0.0-beta.1