Skip to content

Missing allowExpressionValues option in schemas for no-static-element-interactions and no-noninteractive-tabindex rules #1073

@nelsonlaidev

Description

@nelsonlaidev

Both the no-static-element-interactions and no-noninteractive-tabindex rules support an allowExpressionValues option in their implementations, but this option is not declared in their respective schemas.

Feel free to close this issue if this behavior is intended.

  • no-static-element-interactions

const {
allowExpressionValues,
handlers = defaultInteractiveProps,
} = (options[0] || {});

  • no-noninteractive-tabindex

const {
tags,
roles,
allowExpressionValues,
} = (options[0] || {});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions