Releases: francoismassart/eslint-plugin-tailwindcss
v1.8.1
FIX the parsing and the replacement of the TemplateElement nodes.
v1.8.0
v1.7.1
PATCH
Fix error on missing colors (#17).
by @ntkoopman
Shared settings
New features
Shared settings
No need to duplicate the same options between several rules anymore, just use the shared settings for tailwindcss.
Updated default values for callees
option
The default value of callees
is now set to ["classnames", "clsx", "ctl"]
instead of just ["ctl"]
This option is used by every rule, here is more about the callees
option
`whitelist`option
MINOR: new option whitelist
for no-custom-classname
rule.
v1.5.5
v1.5.4
FIX: issue with the fixer when parsing single line template literal...
v1.5.3
MINOR: enhancing performances by saving mergedConfig
The merged config of Tailwind CSS is only generated when expired (1 second) or when it differs from previous config.
v1.5.2
FIX error occuring when using keys with -
inside the tailwind.config.js