schoero / eslint-plugin-readable-tailwind

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

perf: cache tailwind config and context #16

Closed schoero closed 6 months ago

schoero commented 6 months ago

fixes #14 by caching the tailwind config and the resulting tailwind context.