-
Notifications
You must be signed in to change notification settings - Fork 35
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
Way to make dot in html attribute valid ? #100
Comments
I get the same problem too. |
I get also the same issue. |
Same goes for everything you can do with alpine, not only dots. but also plain javascript isn't working for prettier either. SVG's are also not 'allowed', i'm searching for an option to disable these checks <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 27.584 27.565"> |
Same issue here as well. |
I would love to see this be fixed... |
I'm piling on, this is also bothering me. |
Also the |
Someone found a solution for this? |
I am using alpine.js (https://alpinejs.dev/directives/on) which uses a dot modifier on some html attribute. This causes the prettier parser to fail because it's not a valid character.
Expected a valid attribute name, but instead found ".", which is not part of a valid attribute name.
The text was updated successfully, but these errors were encountered: