Open
Description
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.
Activity