Skip to content

v5.0.0

Compare
Choose a tag to compare
@hildjj hildjj released this 10 Oct 14:10
· 7 commits to main since this release
v5.0.0
c41e3ad

What's Changed

Breaking: Modernize the eslint configuration.

  • Moved to ES6 module, in preparation for pulling in "@eslint/json" and other modern plugins.

  • Removed all non-flat configurations. They would stop working soon anyway, and the warnings are pretty loud.

  • Made all flat configs export arrays.

  • Made the commonjs/module split more apparent

  • Moved all flat/* configs into the main directory

  • Added @eslint/json (which currently has a problem with trailing commas in JSONC) and @eslint/markdown.

Full Changelog: v4.0.4...v5.0.0