Replies: 1 comment
-
|
If I put the "Extend 3" file in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Extend 1
I have
.oxlintrc.react.json(which is extended in my main.oxlintrc.json), where I only use"overrides", no"rules".Because it’s almost a second faster if I only apply the slow
jsPluginrules to TSX files.But this doesn't seem to work in Zed, but works on the CLI.
Is okay to use
"overrides"as the only way to define rules?Extend 2
Then I defined the plugins in the
"overrides"too, and this was 1.2 seconds faster! But also does not work in Zed but CLI works.Extend 3
Then I tried to ignore everything but the JSX files, this works in Zed but it’s not faster.
Beta Was this translation helpful? Give feedback.
All reactions