Skip to content

v4.0.0

Compare
Choose a tag to compare
@Mitsunee Mitsunee released this 08 Aug 16:38
· 13 commits to main since this release
v4.0.0
d6cab3f
  • BREAKING: Strict rulesets have been merged into the base config
  • BREAKING: TypeScript support has been moved to the base config for legacy and base.js for flat config
  • BREAKING: Flat configs are no longer supplied as setup utilites. Users can simply patch the configuration as needed. A utility for setting up typescript-eslint is still provided.
  • Depracted: React/Preact configs have not been changed and are marked as deprecated. They will later be published as a separate package and will then be removed in the next minor version.
  • peerDepencies have been moved to direct dependencies to reduce confusion. typescript-eslint packages are now required.
  • Installation instructions have been updated to include the recommended versions of ESLint and TypeScript to install alongside this configuration
  • Note: Astro support has been removed again, instructions for adding any framework have been added to the README.
  • Removed previous Migration Guide and added new Guide for migrating from v3 to v4