You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that from 0.15.14 onwards oxlint has a problem with handling the extends statements, and fails with:
Failed to parse configuration file.
× invalid config file <repo>/next/core-web-vitals: Failed to parse config "<repo>/next/core-web-vitals" with error Os { code: 2, kind: NotFound, message: "No such file or directory" }
ELIFECYCLE Command failed with exit code 1.
The text was updated successfully, but these errors were encountered:
@Boshen I don't think we want to support plugin presets currently like plugin:name/config, but maybe we can skip those entries if they don't end with .json, so it'll at least be able to build the config file correctly.
What version of Oxlint are you using?
Breaks on 0.15.14 & 0.16.0, works on 0.15.13
What command did you run?
oxlint --nextjs-plugin --promise-plugin --import-plugin --config=./.eslintrc.json
What does your
.oxlintrc.json
config file look like?Not using .oxlintrc.json
What happened?
The ESLint config looks like this:
It seems that from 0.15.14 onwards oxlint has a problem with handling the extends statements, and fails with:
The text was updated successfully, but these errors were encountered: