|
Can't find the relevant config in https://oxc.rs/docs/guide/usage/linter/rules.html |
Answered by
leaysgur
Nov 20, 2025
Replies: 2 comments 3 replies
|
Is there a specific lint rule you're referring to? |
2 replies
|
The ESLint {
"rules": {
"eslint/camelcase": "error"
}
}The rule supports the same options as ESLint: |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe for https://eslint.org/docs/latest/rules/camelcase ?
It seems not yet implemented in oxlint.
#479