Skip to content

Releases: francoismassart/eslint-plugin-tailwindcss

v1.9.1

Choose a tag to compare

@francoismassart francoismassart released this 31 May 15:38

Revert broken rule induced by custom plugin support

v1.8.5

Choose a tag to compare

@francoismassart francoismassart released this 28 May 09:28

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

Choose a tag to compare

@francoismassart francoismassart released this 28 May 07:17

MINOR removing console.log calls

v1.8.3

Choose a tag to compare

@francoismassart francoismassart released this 27 May 21:02

FIX: Conditional classes should not trigger conflicting classnames error #21

v1.8.2

Choose a tag to compare

@francoismassart francoismassart released this 25 May 12:18

FIX issue with undefined as argument to callee (e.g. inside a call to clsx)

v1.8.1

Choose a tag to compare

@francoismassart francoismassart released this 25 May 10:44

FIX the parsing and the replacement of the TemplateElement nodes.

v1.8.0

Choose a tag to compare

@francoismassart francoismassart released this 21 May 19:31

FIX #15

v1.7.1

Choose a tag to compare

@francoismassart francoismassart released this 20 May 15:19

PATCH

Fix error on missing colors (#17).
by @ntkoopman

Shared settings

Choose a tag to compare

@francoismassart francoismassart released this 19 May 14:31

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

Choose a tag to compare

@francoismassart francoismassart released this 17 May 18:59