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
↳ pnpm biome rage CLI: Version: 1.3.1 Color support: true Platform: CPU Architecture: x86_64 OS: windows Environment: BIOME_LOG_DIR: unset NO_COLOR: unset TERM: unset JS_RUNTIME_VERSION: "v18.16.0" JS_RUNTIME_NAME: "node" NODE_PACKAGE_MANAGER: "pnpm/8.9.2" Biome Configuration: Status: Loaded successfully Formatter disabled: false Linter disabled: false Organize imports disabled: false VCS disabled: true Workspace: Open Documents: 0
Within the useExhaustiveDependencies rule, I noticed that the grammar is off on this rule warning:
useExhaustiveDependencies
This hook do not specify all of its dependencies.
I believe the error should be:
This hook does not specify all of its dependencies.
Instead.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Environment information
What happened?
Within the
useExhaustiveDependencies
rule, I noticed that the grammar is off on this rule warning:Expected result
I believe the error should be:
Instead.
Code of Conduct
The text was updated successfully, but these errors were encountered: