Skip to content

Conversation

@xbinaryx
Copy link
Contributor

Prerequisites checklist

What is the purpose of this pull request?

This PR fixes an issue where the no-invalid-properties rule failed to report invalid declarations when they were nested inside at-rules (e.g., @media, @supports) within a style rule.

What changes did you make? (Give an overview)

Updated no-invalid-properties rule selectors and added tests

Related Issues

Fixes #363

Is there anything you'd like reviewers to focus on?

@github-project-automation github-project-automation bot moved this to Needs Triage in Triage Jan 25, 2026
@eslint-github-bot eslint-github-bot bot added the bug Something isn't working label Jan 25, 2026
@Tanujkanti4441 Tanujkanti4441 moved this from Needs Triage to Triaging in Triage Jan 26, 2026
@Tanujkanti4441 Tanujkanti4441 added the accepted There is consensus among the team that this change meets the criteria for inclusion label Jan 26, 2026
Copy link
Contributor

@Tanujkanti4441 Tanujkanti4441 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. thanks!

Would like another member to review.

@Tanujkanti4441 Tanujkanti4441 moved this from Triaging to Second Review Needed in Triage Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

accepted There is consensus among the team that this change meets the criteria for inclusion bug Something isn't working

Projects

Status: Second Review Needed

Development

Successfully merging this pull request may close these issues.

Bug: no-invalid-properties ignores invalid declarations inside nested at-rules

2 participants