Releases: vitest-dev/eslint-plugin-vitest
Releases · vitest-dev/eslint-plugin-vitest
v1.3.4
v1.3.3
What's Changed
- Proposal to fix "pnpm tsc" by @ldrick in #721
- feat: New rule
prefer-called-once
by @AntonioVentilii in #727 - fix(prefer-importing-vitest-globals): ignore local vars with vitest global names by @azat-io in #730
- feat: New rule
warn-todo
by @Shinigami92 in #732 - Repair parse error in
vitest/prefer-expect-assertions
by @steveluscher in #731 - feat: prefer-called-times by @veritem in #733
- improve documentation by @veritem in #734
- Chore/prepare release by @veritem in #735
New Contributors
- @AntonioVentilii made their first contribution in #727
- @Shinigami92 made their first contribution in #732
- @steveluscher made their first contribution in #731
Full Changelog: v1.2.7...v1.3.0
v1.2.5
chore: release v1.2.5
v1.2.4
chore: release v1.2.4
v1.2.3
What's Changed
- Add
no-importing-from-vitest-globals
andprefer-importing-from-vitest-globals
rules by @samuelko123 in #711
New Contributors
- @samuelko123 made their first contribution in #711
Full Changelog: v1.2.2...v1.2.3