Releases: francoismassart/eslint-plugin-tailwindcss
Releases Β· francoismassart/eslint-plugin-tailwindcss
v3.18.0
- feat:
enforces-shorthand
rule now supportplace-content-*
/place-items-*
/place-self-*
- fix:
enforces-shorthand
does not work forh-
&w-
when prefixed (by Kamahl19 π) - docs: so long X π
v3.17.5
- fix: custom classnames rule with VueJS objects within list (by Ericlm π)
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)