-
-
Notifications
You must be signed in to change notification settings - Fork 556
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?
felix-gohla, munierujp, dormeiri, pjg, kouts and 24 moredavestewart and FrancoRATOVOSON
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status