-
-
Notifications
You must be signed in to change notification settings - Fork 4
Custom config file path #156
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
Comments
I tried that, it doesn't work, that's why I filed the issue. Sorry, I should have mentioned that. Apparently your plugin is only saving the directory of whatever is entered in the config file path field. If you reopened the Settings in the example you gave, you would see the path ends with "sandbox". If in fact you were to support the path to the actual config file, be sure to change the field label to "Path to config file". |
Ahh, ok I’ll investigate it. |
Oxc 0.0.2
IntelliJ IDEA 2025.1 (Ultimate Edition)
Thank you for this plugin!
Currently the config file must be named .oxlintrc.json. It would be nice if we could specify the path to the config file. For example, in my case I use the name oxlint.config.jsonc, which is a more modern naming scheme consistent with eslint and many other tools. I use .jsonc so that the IDE doesn't complain about comments in the file.
The text was updated successfully, but these errors were encountered: