Skip to content

v8.0.0

Compare
Choose a tag to compare
@tclindner tclindner released this 26 Jul 02:03
· 111 commits to main since this release
ab5a3da

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
  • Disable @typescript-eslint/no-invalid-void-type by @tclindner in #674

Full Changelog: v7.0.0...v8.0.0