eslint-plugin-vitest
eslint-plugin-vitest copied to clipboard
Async `describe` should not be an error
vitest
supports async describe, see https://github.com/vitest-dev/vitest/issues/703#issuecomment-1038925412 and https://github.com/vitest-dev/vitest/pull/750
So this rule should be modified to support async
https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/valid-describe-callback.md