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
vitest/unbound-method
This is my config:
module.exports = { extends: [ "plugin:@typescript-eslint/recommended-type-checked", "plugin:@typescript-eslint/strict-type-checked", "plugin:@typescript-eslint/stylistic-type-checked", "plugin:vitest/legacy-recommended", ], plugins: ["@typescript-eslint", "vitest"], overrides: [ { files: ["tests/**"], plugins: ["vitest"], rules: { "@typescript-eslint/unbound-method": "off", "vitest/unbound-method": "error", }, }, ] }
But I'm getting a Definition for rule 'vitest/unbound-method' was not found. error in my editor.
Definition for rule 'vitest/unbound-method' was not found.
The text was updated successfully, but these errors were encountered:
unbound-method is a pending work. i haven't got time to finish it
unbound-method
check #359
Sorry, something went wrong.
No branches or pull requests
This is my config:
But I'm getting a
Definition for rule 'vitest/unbound-method' was not found.
error in my editor.The text was updated successfully, but these errors were encountered: