You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Rules enforcing best practices and consistency using [Tailwind CSS](https://tail
11
11
## Make sure to use the correct version
12
12
13
13
- Still using TailwindCSS v2 ?
14
-
- You should stick with `v1.x.x` or `v2.x.x` of this plugin (next support releases will be using major version `2`)
14
+
- You should stick with `v2.x.x` of this plugin
15
15
- Using TailwindCSS v3 ?
16
16
- Make sure to use `v3.x.x` of this plugin
17
17
@@ -35,9 +35,9 @@ If you enjoy my work you can:
35
35
36
36
- New rule: [`no-arbitrary-value`](https://github.com/francoismassart/eslint-plugin-tailwindcss/issues/89) which forbid using arbitrary values in classnames
37
37
38
-
-FIX: [New default for `cssFiles` option used by `no-custom-classname`](https://github.com/francoismassart/eslint-plugin-tailwindcss/issues/37)
38
+
- New [default for `cssFiles` option used by `no-custom-classname`](https://github.com/francoismassart/eslint-plugin-tailwindcss/issues/37)
39
39
40
-
-FIX: [New option `cssFilesRefreshRate` for `no-custom-classname`](docs/rules/no-custom-classname.md)
40
+
- New [option `cssFilesRefreshRate` for `no-custom-classname`](docs/rules/no-custom-classname.md)
0 commit comments