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
The linter only works when the plugins property is set in the root of the config file, when the plugins property is set in the overrides property, the linter does not work.
What version of Oxlint are you using?
0.15.13
What command did you run?
yarn oxlint -c .oxlintrc.json index.test.ts
What does your
.oxlintrc.json
config file look like?What happened?
The linter only works when the
plugins
property is set in the root of the config file, when theplugins
property is set in theoverrides
property, the linter does not work.This is the config file that works:
But this one doesn't work:
Screen.Recording.2025-03-10.at.11.02.11.mov
The text was updated successfully, but these errors were encountered: