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
no-var
declare global { namespace globalThis { var test: string } }
No lint warning, as declare { var ... } is fine AFAIK
declare { var ... }
`var` keyword is not allowed
Somehow related to #529 I guess
deno 2.1.1 (stable, debug, x86_64-unknown-linux-gnu) v8 13.0.245.12-rusty typescript 5.6.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Lint Name
no-var
Code Snippet
Expected Result
No lint warning, as
declare { var ... }
is fine AFAIKActual Result
Additional Info
Somehow related to #529 I guess
Version
The text was updated successfully, but these errors were encountered: