Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughManagerSelect.vue: the button's 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)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| rules: { 'meta-refresh': 'off' }, | ||
| rules: { | ||
| 'meta-refresh': 'off', | ||
| 'prefer-native-element': ['error', { exclude: ['listbox'] }], |
There was a problem hiding this comment.
🤔 Per https://discord.com/channels/1464542801676206113/1464926468751753269/1471511992434163844, I think if anything we'd want exactly the opposite (include), wouldn't we? As is this would suppress warnings about role=listbox, which we do want to eliminate.
🔗 Linked issue
Resolve #1425
🧭 Context
Fix html-validation lint error when visit page
/package/@pnpm/workspace.find-packages📚 Description
prefer-native-elementwhen the element role islistbox