Releases: francoismassart/eslint-plugin-tailwindcss
Releases · francoismassart/eslint-plugin-tailwindcss
Release list
v1.9.1
Revert broken rule induced by custom plugin support
v1.8.5
FIXES
- Utility class .group is reported as a custom class #23
- Error on Align Self by @adamlindqvist
- Prevent runtime error on some edge cases using TemplateLiteral
v1.8.4
v1.8.3
FIX: Conditional classes should not trigger conflicting classnames error #21
v1.8.2
FIX issue with undefined as argument to callee (e.g. inside a call to clsx)
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.