AlpineJS has a shorthand @ for the x-on: syntax. Can we get support for the @ in the default linters? Example: ``` <button x-on:click="open = !open"> <-- PASSES <button @click="open = !open"> <-- FAILS ``` Also mentioned here: https://github.com/Shopify/erb_lint/issues/125