Releases: mikededo/eslint-plugin-svelte-tailwindcss
[email protected]
Minor Changes
- Fix missing
loadModule
(#32)
[email protected]
Major Changes
- Add support for tailwind v4 (#29)
Minor Changes
-
Add
VariableDeclarator
listener in order to parse variables and similar. (#25) -
Add
at-rules-require-postcss
(#12) -
Added new
no-literal-mustache-mix
rule (#3) -
Exports base flat and legacy configs (#6)
-
Remove support for ESLint versions previous to v9. (#20)
-
Disallow using
monorepo
on tw v4 or higher (#31) -
Improve
sort-classes
implementation as well as fixing a couple of issues with (#19)
CallExpressions
inside thehtml
code of the template. -
Support
CallExpression
forsort-classes
rule (#15) -
Adds support for
monrepo
setups (i.e. for multipletailwind.config.*
files. (#10)
Patch Changes
-
Minor config changes, to see if bundling goes right (
c57f11b
) -
Tests improvements, docs fixes and other small fixes/improvements. (#19)
-
Update docs (
518dc9c
) -
Update dependencies (#14)
-
Remove unnecessary configuration inherited from
eslint-plugin-tailwindcss
. (#19) -
Add support fort
BinaryExpressions
(#25) -
Corrected configs & other issues (
0a57510
) -
Update default changeset commit (
28aacf6
) -
Add
@typescript-eslint/types
inexternals
(#16) -
Add tailwindcss as external when bundling (
86cf91e
) -
Improved current generation scripts & other dx improvements (#4)
-
Update minor issues with
no-literal-mustache-mix
. (#20)
v0.1.0-next.8
v0.1.0-next.7
v0.1.0-next.6
v0.1.0-next.5
v0.1.0-next.4
Minor Changes
- Adds support for
monrepo
setups (i.e. for multipletailwind.config.*
files. (#10)
v0.1.0-next.3
Patch Changes
- Corrected configs & other issues (
0a57510
)
v0.1.0-next.2
v0.1.0-next.1
Patch Changes
- Add tailwindcss as external when bundling (
86cf91e
)