schoero / eslint-plugin-readable-tailwind

ESLint plugin to automatically break up long tailwind class strings into multiple lines for better readability.
MIT License
63 stars 3 forks source link

fix: warn in html matchers #36

Closed schoero closed 1 month ago

schoero commented 1 month ago

Matchers are not compatible with the HTML parser. This PR adds a name attribute for class to the defaults and warns if someone tries to use matchers with the html parser.