Breaking changes: * Rename `recommended` config to `recommended-legacy`, move flat config into exported `configs` object as `recommended`, remove string export for flat configs (per https://github.com/eslint/eslint/issues/18095#issuecomment-1951414598) * Update Node support to `^18.18.0 || ^20.9.0 || >=21.1.0"` to match ESLint Previous release: * v12: https://github.com/ember-cli/eslint-plugin-ember/releases/tag/v12.0.0 (https://github.com/ember-cli/eslint-plugin-ember/issues/1535)
Breaking changes:
recommendedconfig torecommended-legacy, move flat config into exportedconfigsobject asrecommended, remove string export for flat configs (per Change Request: Standardized export of flat configs to enable programmatic detection eslint/eslint#18095 (comment))^18.18.0 || ^20.9.0 || >=21.1.0"to match ESLintPrevious release: