Releases: schoero/eslint-plugin-readable-tailwind
Releases · schoero/eslint-plugin-readable-tailwind
v1.8.2
compare changes
Fixes
- Fixing loop when lines wrap on two lines immediately but was theoretically short enough to not wrap (#61)
v1.8.0
compare changes
Features
- Add support to globally configure shared options across all rules via the settings object (#56)
v1.6.0
compare changes
Features
- New rule "no-duplicate-classes" (#49)
This rule will be enabled by default in v2.0.0. If you want to enable it now, please refer to the rule documentation.
You can suggest additional rules in the discussions.
Refactors
v1.5.2
compare changes
Fixes
- Remove unnecessary plugin import in shared config (#44)
- Support svelte shorthand syntax (#43)
v1.5.0
compare changes
Features
Fixes
- Change quotes in multiline arrays (#32)
- Escape nested quotes (#33)
- Allow call expressions as object values (#34)
- Attributes are no longer case sensitive (#35)
- Warn in html matchers (#36)
- Don't treat escape characters as whitespace (6aa74f8)
Refactors
- Simplify build system (#26, #29)