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

feat: Add a lint for unsupported CSS Module selector #784

Merged
merged 9 commits into from
Aug 2, 2024

Commits on Aug 1, 2024

  1. Add a test

    kdy1 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b58351f View commit details
    Browse the repository at this point in the history
  2. fixup

    kdy1 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    84f940e View commit details
    Browse the repository at this point in the history
  3. test

    kdy1 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    43f1e6e View commit details
    Browse the repository at this point in the history
  4. impl

    kdy1 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    82d890b View commit details
    Browse the repository at this point in the history
  5. Update selectors/parser.rs

    Co-authored-by: Niklas Mischkulnig <4586894+mischnic@users.noreply.github.com>
    kdy1 and mischnic authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    1d6e919 View commit details
    Browse the repository at this point in the history
  6. Typo

    kdy1 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    9241044 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Update src/selector.rs

    Co-authored-by: Devon Govett <devongovett@gmail.com>
    kdy1 and devongovett authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ebf5d6a View commit details
    Browse the repository at this point in the history
  2. Update src/error.rs

    Co-authored-by: Devon Govett <devongovett@gmail.com>
    kdy1 and devongovett authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b2ceaab View commit details
    Browse the repository at this point in the history
  3. fix

    kdy1 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    58e7079 View commit details
    Browse the repository at this point in the history