Releases: francoismassart/eslint-plugin-tailwindcss
Releases · francoismassart/eslint-plugin-tailwindcss
v3.17.5
v3.17.4
- fix: config loading cache
- fix: Avoid re-parsing unchanged CSS files
- fix: AST expression tests for null expressions (by kesor 🙏)
v3.17.2
Revert to 3.17.0
equivalent to prevent a regression introduced in 3.17.1
v3.17.1
- perf:
no-custom-classname
optimization (by XantreDev 🙏)
This version did introduce a regression, so you should use 3.17.2 instead for now
Enhanced Template literals support
ESLint v9 support
- feat: support flat config and ESLint 9 (by kazupon 🙏)
v3.15.1
no-unnecessary-arbitrary-value
New rule no-unnecessary-arbitrary-value
is available.
e.g. replacing m-[1.25rem]
by its configuration based classname m-5
v3.14.3
fix: retro compatibility for older Tailwind CSS (before typescript config)