Skip to content

Releases: schoero/eslint-plugin-readable-tailwind

v1.8.1

01 Oct 18:26
316793f
Compare
Choose a tag to compare

compare changes

Refactors

  • Improve display of linting errors (#60)

v1.8.0

01 Sep 19:26
115ccb3
Compare
Choose a tag to compare

compare changes

Features

  • Add support to globally configure shared options across all rules via the settings object (#56)

v1.7.0

13 Aug 22:14
ff0ca25
Compare
Choose a tag to compare

compare changes

Features

  • New option preferSingleLine (#54)

v1.6.1

12 Aug 20:26
ca3713d
Compare
Choose a tag to compare

compare changes

Fixes

  • Group type never not working with expressions (#53)

v1.6.0

10 Aug 09:55
e5319df
Compare
Choose a tag to compare

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.3

28 Jul 14:11
c3d5e5b
Compare
Choose a tag to compare

compare changes

Refactors

  • Insertion of unnecessary escape characters (#47)

v1.5.2

07 Jun 20:16
60e674f
Compare
Choose a tag to compare

compare changes

Fixes

  • Remove unnecessary plugin import in shared config (#44)
  • Support svelte shorthand syntax (#43)

v1.5.1

28 May 21:39
0f34f79
Compare
Choose a tag to compare

compare changes

Fixes

  • Commonjs build (#39)

v1.5.0

22 May 19:19
7b60dc1
Compare
Choose a tag to compare

compare changes

Features

  • Vue bound classes (#31)

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)

v1.4.0

19 May 06:21
ec720f7
Compare
Choose a tag to compare

compare changes

Features

  • Matchers (#28)