Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Releases: wisemen-digital/eslint-config-vue

1.0.0

26 Mar 09:58
329983f

Choose a tag to compare

What's Changed

  • Updated packages: Updated all packages to latest.
  • Updated putout: Uses flat config.
  • A11y rules: Added a11y rules.
  • Updated perfectionist: Uses regex for pattern matching.
  • Disabled Tailwind: Disabled Tailwind rules, not updated to 4.0.
  • Tests: Added tests for spacing and perfectionist rules.
  • Unicorn: Added unicorn rules.
    • catch-error-name
    • consistent-destructuring
    • consistent-empty-array-spread
    • consistent-existence-index-check
    • error-message
    • expiring-todo-comments
    • explicit-length-check
    • no-accessor-recursion
    • no-anonymous-default-export
    • no-array-for-each
    • no-array-method-this-argument
    • no-array-push-push
    • no-await-expression-member
    • no-await-in-promise-methods
    • no-empty-file
    • no-for-loop
    • no-nested-ternary
    • no-single-promise-in-promise-methods
    • no-unnecessary-await
    • no-unreadable-array-destructuring
    • no-useless-fallback-in-spread
    • no-useless-length-check
    • no-useless-switch-case
    • no-useless-undefined
    • number-literal-case
    • numeric-separators-style
    • prefer-array-find
    • prefer-array-flat
    • prefer-array-flat-map
    • prefer-array-index-of
    • prefer-array-some
    • prefer-at
    • prefer-date-now
    • prefer-includes
    • prefer-logical-operator-over-ternary
    • prefer-math-min-max
    • prefer-set-has
    • prefer-set-size
    • prefer-switch
    • template-indent
    • throw-new-error

0.2.4

25 Mar 15:26
e328dde

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.3...0.2.4

0.2.2

14 Nov 12:48
42cedbc

Choose a tag to compare

What's Changed

  • [FEATURE]: Disabled ts rules by @Robbe95 in #24
  • [FEATURE]: added max depth and no nested turnary by @Robbe95 in #26

Full Changelog: 0.2.0...0.2.2

0.2.0

16 Sep 07:51
bd44146

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/wisemen-digital/eslint-config-vue/blob/main/CHANGELOG.md

1.2.3

13 Feb 09:39
fdd1e97

Choose a tag to compare

Merge pull request #6 from wisemen-digital/feature/unused_underscore

[FIX] - Unused underscores error

1.2.2

08 Nov 10:18
3bba430

Choose a tag to compare

  • Fixed prettier tailwind plugin

1.1.0

27 Mar 08:08
ef4cac2

Choose a tag to compare

What's Changed

  • Readable tailwind: Added readable tailwind rules.