You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have xml support with prettier formatters which includes svgs. if you can find some sort of eslint plugin or language support for svgs/xmls that can be added natively.
i know there was a discussion about html support, but it didnt go anywhere. maybe circle back on that?
I've created an ESLint plugin eslint-plugin-svgo which provides SVG optimize services based on SVGO.
It supports all SVGO options and plugins. You can even create custom SVGO plugins and run with it.
I'm also working on eslint-plugin-svg, but it's not production ready for now.
Clear and concise description of the problem
My project (nuxt + antfu eslint config) contains different file types, incl. svg files. Currently they are not linted/formattet.
Suggested solution
Apply stylistic rules to them as well...
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: