-
|
Can't find the relevant config in https://oxc.rs/docs/guide/usage/linter/rules.html |
Beta Was this translation helpful? Give feedback.
Answered by
leaysgur
Nov 20, 2025
Replies: 2 comments 2 replies
-
|
Is there a specific lint rule you're referring to? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
The ESLint {
"rules": {
"eslint/camelcase": "error"
}
}The rule supports the same options as ESLint: |
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
Maybe for https://eslint.org/docs/latest/rules/camelcase ?
It seems not yet implemented in oxlint.
#479