Skip to content

feat: add no-unknown-animations rule - #535

Open
Gaic4o wants to merge 1 commit into
eslint:mainfrom
Gaic4o:feat/no-unknown-animations
Open

feat: add no-unknown-animations rule#535
Gaic4o wants to merge 1 commit into
eslint:mainfrom
Gaic4o:feat/no-unknown-animations

Conversation

@Gaic4o

@Gaic4o Gaic4o commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

AI acknowledgment

  • I did not use AI to generate this PR.
  • (If the above is not checked) I have reviewed the AI-generated content before submitting.

What is the purpose of this pull request?

This PR adds the no-unknown-animations rule to report animation names that don't match any @keyframes rule defined in the same source.

What changes did you make? (Give an overview)

  • Added the no-unknown-animations rule for animation and animation-name declarations.
  • Added tests and documentation for the new rule.

Related Issues

fixes #529

Disclosure: I'm a participant of open source contribution program OSSCA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Needs Triage

Development

Successfully merging this pull request may close these issues.

New Rule: no-unknown-animations

1 participant