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

Fix: y2 idl-attributes #2407

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

TaishiKobari
Copy link
Contributor

@TaishiKobari TaishiKobari commented Jan 27, 2025

Fixes #2406

What is the purpose of this PR?

  • Fix bug
  • Fix typo
  • Update specs
  • Add new rule
  • Add new parser
  • Improve or refactor rules
  • Add a new core feature
  • Improve or refactor core features
  • Update documents
  • Others

Description

Fixed a bug in the JSX parser where using both the y1 and y2 attributes simultaneously incorrectly triggered an attr-duplication rule violation, even though it should not have been an error.

Checklist

Fill out the checks for the applicable purpose.

@YusukeHirao YusukeHirao merged commit c58fada into markuplint:dev Jan 28, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JSX parser環境でy1属性とy2属性を同時に使用した場合に、attr-duplicationに違反する
2 participants