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

feat: regex as callees #3

Closed schoero closed 4 months ago

schoero commented 4 months ago

Add support for regular expressions to match callees and nested string literals.

closes #2