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
@typescript-eslint
I wanted to introduce this library to the Vitest monorepo: vitest-dev/vitest#6884
But I cannot figure out the inconsistencies that I encountered and would appreciate some help:
Whatever I do in https://github.com/sheremet-va/vitest/blob/4b068e337c4782167c7aa4be59ad73ee2b96be9f/packages/spy/src/index.ts causes tsslint to think that I always return any even if I cast it or when the type is already known 🤔
any
The text was updated successfully, but these errors were encountered:
I don't know if this is an issue with the plugin itself or the language server 👀 Reoading the server didn't help, unfortunately
Sorry, something went wrong.
No branches or pull requests
I wanted to introduce this library to the Vitest monorepo: vitest-dev/vitest#6884
But I cannot figure out the inconsistencies that I encountered and would appreciate some help:
Whatever I do in https://github.com/sheremet-va/vitest/blob/4b068e337c4782167c7aa4be59ad73ee2b96be9f/packages/spy/src/index.ts causes tsslint to think that I always return
any
even if I cast it or when the type is already known 🤔The text was updated successfully, but these errors were encountered: