We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chai
vitest
The vitest globals seem to be sourced from here:
https://github.com/vitest-dev/eslint-plugin-vitest/blob/35ae43111e3d612e3cf59e10d8a95cfbb0e21791/src/index.ts#L281-L298
Comparing that to the eslint plugin I use, I notice the chai global is missing above:
https://github.com/saqqdy/eslint-plugin-vitest-globals/blob/d3fe9b63bfd7ae3751e2d6feb4a901208ad213b6/index.js#L14-L37
It definitely exists as of [email protected].
[email protected]
This is likely a upstream bug in eslint-plugin-vitest, after that is fixed, the globals need to be regenerated.
eslint-plugin-vitest
The text was updated successfully, but these errors were encountered:
Upstream PR: vitest-dev/eslint-plugin-vitest#658
Sorry, something went wrong.
Regenerate vitest globals
c44e26b
Fixes: sindresorhus#278
Successfully merging a pull request may close this issue.
The vitest globals seem to be sourced from here:
https://github.com/vitest-dev/eslint-plugin-vitest/blob/35ae43111e3d612e3cf59e10d8a95cfbb0e21791/src/index.ts#L281-L298
Comparing that to the eslint plugin I use, I notice the
chai
global is missing above:https://github.com/saqqdy/eslint-plugin-vitest-globals/blob/d3fe9b63bfd7ae3751e2d6feb4a901208ad213b6/index.js#L14-L37
It definitely exists as of
[email protected]
.This is likely a upstream bug in
eslint-plugin-vitest
, after that is fixed, the globals need to be regenerated.The text was updated successfully, but these errors were encountered: