v2.0.0
Major Changes
-
#532
40eb4beThanks @copilot-swe-agent! - feat: add ESLint language plugin support -
#528
c4e74d0Thanks @copilot-swe-agent! - Convert package to ESM-only. The package now uses"type": "module"and only exports ESM modules. CommonJSrequire()is no longer supported. Users must use ES modules (import) to load this plugin. -
#527
4059169Thanks @copilot-swe-agent! - Drop support for legacy ESLint config format. The plugin now exports flat configuration as the main configuration format. The previousflat/*namespace is kept for backward compatibility. -
#524
2260263Thanks @copilot-swe-agent! - Drop support for ESLint versions older than 9.38.0. The new supported version is>=9.38.0. -
#522
dc5028eThanks @copilot-swe-agent! - Drop support for Node.js versions older than 20.19.0. The new supported version is^20.19.0 || ^22.13.0 || >=24. -
#526
3e7cb79Thanks @ota-meshi! - feat: updatestandardconfig -
#523
50a96f8Thanks @renovate! - Update dependency yaml-eslint-parser to v2