v2.0.0
Major Changes
-
#257
7950c01Thanks @copilot-swe-agent! - Drop support for legacy config. The plugin now exports flat configs as the main configuration format. The previousflat/*namespace is kept for backward compatibility. -
#256
e3d3aa5Thanks @copilot-swe-agent! - Drop support for older ESLint versions. The new minimum supported version is ESLint 9.38.0 or later. -
#251
626bc32Thanks @copilot-swe-agent! - Drop support for older Node.js versions. The new supported version is^20.19.0 || ^22.13.0 || >=24. -
#258
5e2a753Thanks @ota-meshi! - Convert to ESM-only package. The plugin now uses tsdown for bundling and is distributed as pure ESM. The package no longer supports CommonJSrequire()syntax. Users need to useimportstatements or dynamicimport()to load the plugin. -
#247
560ba7fThanks @renovate! - Update dependency jsonc-eslint-parser to v3