Open
Description
Here's what I did
config as follows in eslint.config.js
// eslint.config.js
import standard from 'eslint-config-standard'
export default [
standard,
// ...
]
this will report:
ConfigError: Config (unnamed): Key "parserOptions": This appears to be in eslintrc format rather than flat config format.
What I expected to happen
should use as above without reporting error
What seems to have happened
it seems that currently eslint-config-standard does not support for flat config format, is there any plan to migrate to flat config format in the future?
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status