molsson
molsson2mo ago

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??
No description
1 Reply
bartlomieju
bartlomieju2mo ago
You need to enable no-undef rule manuallyb

Did you find this page helpful?