Deno fmt conflicting with Deno lint, when using IIFE
after formating with deno fmt, it adds an extra semicolon before the IIFE, but deno lint says
Unnecessary semicolon. Remove the extra (and unnecessary) semi-colon deno-lint(no-extra-semi)
3 Replies