Skip to content

Releases: francoismassart/eslint-plugin-tailwindcss

Tailwind CSS v4 (temp. version)

16 Jul 15:01

Choose a tag to compare

About Tailwind CSS 4 support

While the development of eslint-plugin-tailwindcss for Tailwind CSS v4 is ongoing, you can use the latest version published on the beta channel to get partial support of Tailwind CSS v4.

npm i eslint-plugin-tailwindcss@beta -D

NB: As we will focus the effort on the full rewrite of the plugin, this version is available "as is" and you may get errors or false positives like for the rule no-contradicting-classname . You can learn more about these issues on GitHub.

You can always disable specific rules if necessary.

This version has been made possible thanks to the work of hyoban and his project tailwind-api-utils.

Tailwind CSS v4 README

16 Jul 15:00

Choose a tag to compare

This patch release is the same as v3.8.0, I had to publish patch versions in the regular npm release channel in order to update the README.

Here is a copy of the important message as added in the README:

About Tailwind CSS 4 support

While the development of eslint-plugin-tailwindcss for Tailwind CSS v4 is ongoing, you can use the latest version published on the beta channel to get partial support of Tailwind CSS v4.

npm i eslint-plugin-tailwindcss@beta -D

NB: As we will focus the effort on the full rewrite of the plugin, this version is available "as is" and you may get errors or false positives like for the rule no-contradicting-classname . You can learn more about these issues on GitHub.

You can always disable specific rules if necessary.

This version has been made possible thanks to the work of hyoban and his project tailwind-api-utils.

v3.18.0

19 Jan 20:53

Choose a tag to compare

v3.17.5

09 Oct 19:19

Choose a tag to compare

v3.17.4

21 Jun 08:19

Choose a tag to compare

v3.17.2

06 Jun 07:52

Choose a tag to compare

Revert to 3.17.0 equivalent to prevent a regression introduced in 3.17.1

v3.17.1

05 Jun 14:12

Choose a tag to compare

This version did introduce a regression, so you should use 3.17.2 instead for now

Enhanced Template literals support

23 May 09:39

Choose a tag to compare

ESLint v9 support

23 May 09:37

Choose a tag to compare

v3.15.1

13 Mar 07:51

Choose a tag to compare

fixes #324 & #317