Closed nvuillam closed 7 months ago
I can't reproduce your problem. This package is not provided by ESM in the first place, so I suspect it is not a plugin issue.
Oh, you're using a JSON for config. JSON config is no longer supported by default in ESLint 9.0.0. You should refer to the migration guide.
@ota-meshi would you have a ready to use eslint.config.js for eslint-plugin-jsonc ?
Since eslint v9, we have the following issue in MegaLinter
.eslintrc-json.json contains the following:
Is there some options /configs to change to make eslint-plugin-json work with eslint v9 ?
Many thanks :)