-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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] no-unknown-property
: allow fill
prop on <symbol>
#3555
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3555 +/- ##
===========================================
+ Coverage 0 97.61% +97.61%
===========================================
Files 0 132 +132
Lines 0 9289 +9289
Branches 0 3396 +3396
===========================================
+ Hits 0 9067 +9067
- Misses 0 222 +222
... and 131 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
1122738
to
492c34c
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.
Thanks!
no-unknown-property
: allow fill
prop on <symbol>
this adds
fill
to the list of allowed props for<symbol>
inno-unknown-props
. see https://developer.mozilla.org/en-US/docs/Web/SVG/Element/symbol#global_attributes