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
ts-standard
any
I have the following code:
@Post('hi') async sayHello (@Body() someDto: SomeDto): Promise<any> { return await this.greetingService.sayHello(someDto) }
When I run:
npx ts-standard
I don't get errors.
I expected to see a no-explicit-any error when I run npx ts-standard
no-explicit-any
No clues
deps.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's what I did
I have the following code:
When I run:
I don't get errors.
What I expected to happen
I expected to see a
no-explicit-any
error when I runnpx ts-standard
What seems to have happened
No clues
deps.txt
The text was updated successfully, but these errors were encountered: