-
-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow setting cli flags via .oxlintrc.json #5454
Comments
I tried
But that didnt work. |
We currently do not support this. I will work on it once the config refactor stack is merged. |
For reference I'm currently running
Because I don't think i can set these flags in the oxlintrc.json |
how do you make those extra rules work in the VScode IDE via the oxc extension if they cannot be set via a config file? |
Completed. |
I want to set --deny correctness that I can set for the CLI but instead set that via the configuration file.
I see that I can tweak each rule one by one atomically, but I want to set the groups defaults, but without doing it in the CLI all the time.
The text was updated successfully, but these errors were encountered: