D
Deno
deno check does not accept noImplicitReturns - Deno
S
Deno
β’
2y ago
β’
14 replies
subbed
deno check does not accept noImplicitReturns
hello
. i have the following config inside
deno.json
deno.json
:
{
"compilerOptions"
: {
"strict"
:
true
,
"noImplicitReturns"
:
true
},
...
}
{
"compilerOptions"
: {
"strict"
:
true
,
"noImplicitReturns"
:
true
},
...
}
running
deno check
deno check
still allows function signatures without the return type
. how can i enforce the
deno check
deno check
to fail if no return type is present
?
Deno
Join
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
What does deno lint do, if not type check?
B
bozdoz / help
2y ago
Deno check fail
N
nemmind1 / help
10mo ago