feat(migrate): more metadata for rules from html-eslint#9106
Conversation
🦋 Changeset detectedLatest commit: c8d6bbd The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
No actionable comments were generated in the recent review. 🎉 WalkthroughThis PR adds html-eslint rule source metadata to several existing HTML accessibility linter rules and expands the unsupported rules migration list with HTML eslint entries. The changes connect Biome's HTML linter rules to their corresponding html-eslint rule identifiers, enabling better rule provenance tracking during migration from other linters. Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
Merging this PR will degrade performance by 7.68%
Performance Changes
Comparing Footnotes
|
Summary
I did a quick scan over the rules in https://html-eslint.org and updated our rule sources.
Test Plan
CI should be green
Docs