Skip to content

Latest commit

 

History

History
55 lines (25 loc) · 2.06 KB

CHANGELOG.md

File metadata and controls

55 lines (25 loc) · 2.06 KB

Changelog

1.4.0 (2024-10-01)

🚀 Features

  • added ignores and turn off style/max-statements-per-line rule (a87f92d)
  • moved ignores to antfu config (d033c2e)

1.3.2 (2024-09-25)

🩹 Bug Fixes

  • only accept new minor versions (eddbf2b)
  • turn-off import rule (cc08478)

1.3.1 (2024-09-13)

🩹 Bug Fixes

  • more perfectionist rules fixed (8e7c146)

1.3.0 (2024-09-06)

🚀 Features

  • perfectionist/sort-imports (57f155b)

1.2.0 (2024-08-30)

🚀 Features

  • update to @antfu/estlint-config v3 (56bb1b9)

1.1.0 (2024-05-16)

🚀 Features

  • added exception to rule vue/attribute-hyphenation (b70f2fa)

🩹 Bug Fixes

  • import correct flatconfig type (b97879f)

⚙️ Refactor

  • add rule for hyphenation to the right place (7d6ac43)