Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New]: Add no-duplicate-ids lint rule #955

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 4, 2023

  1. [New]: Add no-duplicate-ids lint rule

    Enforces that no `id` attributes are reused. This rule does a basic check to ensure that `id` attribute values are not the same. In the case of a JSX expression, it checks that no `id` attributes reuse the same expression.
    chrisrng committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    837e891 View commit details
    Browse the repository at this point in the history