deno lint doesn't notice function call to unimported function
if I put "foo()" into test.js and run "deno lint test.js" I was expecting it to say "function foo() is not defined" or similar??
1 Reply
You need to enable
no-undef
rule manuallyb