v5.0.0
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