-
-
Notifications
You must be signed in to change notification settings - Fork 726
Labels
A-linterArea - LinterArea - Linter
Description
Currently, the jsx-key rule does not support configuration options from jsx-key, which results in lint failures due to some config options defaulting to different values than what the oxlint rule supports.
oxlint rule source: https://github.com/oxc-project/oxc/blob/78c38978b7b8137d7910e8679815bc32e008b4f5/crates/oxc_linter/src/rules/react/jsx_key.rs
The missing config options are these, they all default to false:
checkFragmentShorthandcheckKeyMustBeforeSpreadwarnOnDuplicates
These are necessary to easily migrate from the eslint react plugin to oxlint.
Metadata
Metadata
Assignees
Labels
A-linterArea - LinterArea - Linter