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 have Django templates I would like to lint, but cannot because they incorporate Alpine.js events.
The linter is throwing a parse error, because it doesn't support attributes starting with @, which Alpine.js uses for events like @click. To support Alpine.js, html attributes starting with @ would have to be recognized as valid.
The text was updated successfully, but these errors were encountered:
I have Django templates I would like to lint, but cannot because they incorporate Alpine.js events.
The linter is throwing a parse error, because it doesn't support attributes starting with
@
, which Alpine.js uses for events like@click
. To support Alpine.js, html attributes starting with @ would have to be recognized as valid.The text was updated successfully, but these errors were encountered: