eslint-plugin-vitest

eslint plugin for vitest

MIT License

Downloads
612.3K
Stars
316
Committers
49

Bot releases are visible (Hide)

eslint-plugin-vitest - v1.1.7

Published by github-actions[bot] 12 days ago

Bug Fixes

  • Turn vitest peer dependency optional (#548) (a3935c7)
eslint-plugin-vitest - v1.1.6

Published by github-actions[bot] 15 days ago

Features

  • prefer-vi-mocked: Add new prefer-vi-mocked rule (#547) (cb45ae7)
eslint-plugin-vitest - v1.1.5

Published by github-actions[bot] 17 days ago

Bug Fixes

eslint-plugin-vitest - v1.1.4

Published by github-actions[bot] about 1 month ago

Bug Fixes

  • add 'assertType' to 'expect-expect' allowed assertions (#534) (fa377d7)
eslint-plugin-vitest - v1.1.3

Published by github-actions[bot] about 1 month ago

eslint-plugin-vitest - v1.1.2

Published by github-actions[bot] about 1 month ago

Bug Fixes

eslint-plugin-vitest - v1.1.1

Published by github-actions[bot] about 1 month ago

Bug Fixes

  • correct the message when required to be all lowercase (#528) (fccefaa)
eslint-plugin-vitest - v1.1.0 Latest Release

Published by github-actions[bot] about 2 months ago

introducing formatting rules

eslint-plugin-vitest - v1.0.5

Published by github-actions[bot] about 2 months ago

Bug Fixes

  • valid-expect: allow expect(value, "message") (#518) (c0d05fd)
eslint-plugin-vitest - v1.0.4

Published by github-actions[bot] about 2 months ago

Bug Fixes

  • valid-describe-callback: remove noAsyncDescribeCallback (#517) (117312f)
eslint-plugin-vitest - v1.0.3

Published by github-actions[bot] 2 months ago

Bug Fixes

  • expect-expect: make assert work well with expect-expect (#508) (ffefeae)
eslint-plugin-vitest - v1.0.2

Published by github-actions[bot] 2 months ago

Bug Fixes

  • expect-expect: make sure rules doesn't break when assert is used (#504) (65cc22c)

What's Changed

New Contributors

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.0.1...v1.0.2

eslint-plugin-vitest - v1.0.1

Published by github-actions[bot] 2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.0.0...v1.0.1

eslint-plugin-vitest - v1.0.0

Published by github-actions[bot] 2 months ago

First release in a new home!

eslint-plugin-vitest - v0.6.4

Published by github-actions[bot] 2 months ago

eslint-plugin-vitest - v0.6.0

Published by github-actions[bot] 5 months ago

Features

What's Changed

Full Changelog: https://github.com/veritem/eslint-plugin-vitest/compare/v0.5.4...v0.6.0

eslint-plugin-vitest - v0.5.4

Published by github-actions[bot] 6 months ago

Features

  • support old Eslint configuration
  • update dependencies
eslint-plugin-vitest - v0.5.3

Published by github-actions[bot] 6 months ago

Bug Fixes

eslint-plugin-vitest - v0.5.2

Published by github-actions[bot] 6 months ago

Features

eslint-plugin-vitest - v0.5.1

Published by github-actions[bot] 6 months ago

Bug Fixes

  • no-focused-tests: support .each template strings (#420) (36e5b9a)