jsx_a11y/anchor-is-valid config differs from the upstream rule
|
#[derive(Debug, Default, Clone, JsonSchema)] |
|
#[serde(rename_all = "camelCase", default)] |
|
pub struct AnchorIsValidConfig { |
|
/// List of strings that are valid href values. |
|
valid_hrefs: Vec<CompactStr>, |
|
} |
https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/anchor-is-valid.md#rule-options
Originally posted by @baevm in #22955
Originally posted by @baevm in #22955