Skip to content

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Oct 13:15
· 49 commits to master since this release

5.0.0 (2024-10-09)

Bug Fixes

turned comma-dangle back off (3e19de1)

Had only actually ever been on for js but rarely encountered the rule.

remove deprecated prefer-ts-expect-error for new ban-ts-comment (285cc3b)

fixed issues with vue config (aae0c1e)

turned off no-duplicate-imports in favor of imports/no-duplicates (dc687e6)

The latter can distinguish type imports.

workaround for stylistic type issue (3e04c9d)

Features

updated to eslint 9.0.0 and new flat format (96ea004)

BREAKING CHANGE: Config is now in eslint's new flat config format.
Additionally all deps were updated, and things might function slightly different.

BREAKING CHANGES

  • Config is now in eslint's new flat config format.
    Additionally all deps were updated, and things might function slightly different.