-
-
Notifications
You must be signed in to change notification settings - Fork 475
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
feat(linter): implement noUnknownTypeSelector
rule
#2871
feat(linter): implement noUnknownTypeSelector
rule
#2871
Conversation
e64097d
to
1ab268f
Compare
CodSpeed Performance ReportMerging #2871 will not alter performanceComparing Summary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
crates/biome_css_analyze/src/lint/nursery/no_unknown_type_selector.rs
Outdated
Show resolved
Hide resolved
crates/biome_css_analyze/src/lint/nursery/no_unknown_type_selector.rs
Outdated
Show resolved
Hide resolved
Hey @Kazuhiro-Mimaki, are you still interested in this PR? |
I'm sorry but I forgot this issue... 🙇♂️ |
3301c6f
to
3ee3123
Compare
crates/biome_css_analyze/src/lint/nursery/no_unknown_type_selector.rs
Outdated
Show resolved
Hide resolved
aaac721
to
4deab92
Compare
bb39f0a
to
2cafdb8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dialog
is missing
ref https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog
2cafdb8
to
6bdea8b
Compare
Hi @Kazuhiro-Mimaki, I rebased your PR. Would you mind addressing the latest comments so we can merge them? |
noUnknownTypeSelector
rule
…tor-type-no-unknown
Closes #2543
Summary
implements selector-type-no-unknown
Test Plan
Add snapshots.