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
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.
jankuss96, kevinmu17, rubas, garethjohnsdesign, itsmattsoria and 4 more