This repository was archived by the owner on Sep 8, 2025. It is now read-only.
Releases: wisemen-digital/eslint-config-vue
Releases · wisemen-digital/eslint-config-vue
1.0.0
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
What's Changed
- [FIX]: Enabled typescript to be true by @Robbe95 in #27
- [FEAT]: addition a11y linter by @NickBanken in #28
New Contributors
- @NickBanken made their first contribution in #28
Full Changelog: 0.2.3...0.2.4
0.2.2
0.2.0
What's Changed
- [Feature] Antfu rewrite by @Robbe95 in #8
- [Feature]: updated packages / better object sorting by @Robbe95 in #10
- [Feature]: upgrade and i18n fix by @Robbe95 in #11
- [Feature] Add parens rule. Add extension rule. Update changelog. by @maltsavkiryl in #13
- [Feature]: ordening rules for routing by @Robbe95 in #12
- [Feature]: updated eslint to 9.3 by @Robbe95 in #14
- [Feature] routes ordening by @maltsavkiryl in #15
- [Fix]: general optimisations by @Robbe95 in #16
- [Feature]: allow tailwind classes with custom- by @Robbe95 in #18
- [Chore] version bumps by @Robbe95 in #19
- [Bugfix] Bump verions. Fix eslint parser. by @maltsavkiryl in #20
- [Feature]: vitest and upgrades by @Robbe95 in #21
- [Fix]: updated test / spec pattern of files by @Robbe95 in #23
Full Changelog: https://github.com/wisemen-digital/eslint-config-vue/blob/main/CHANGELOG.md
1.2.3
Merge pull request #6 from wisemen-digital/feature/unused_underscore [FIX] - Unused underscores error
1.2.2
- Fixed prettier tailwind plugin