Open
Description
Config import/recommended
has a hardcoded parserOptions.ecmaVersion
of 2018
This has the side effect of not being able to parse my eslint.config.mjs
which uses nullish coalescing (Unless I override with languageOptions.ecmaVersion = latest
)
Is there a technical reason for not setting it to latest
(which is currently the ESLint default)?