diff --git a/supabase/functions/deno.json b/supabase/functions/deno.json index 1f14592..5277990 100644 --- a/supabase/functions/deno.json +++ b/supabase/functions/deno.json @@ -6,6 +6,11 @@ "test-functions": "deno test */*.test.ts" }, "imports": {}, + "lint": { + "rules": { + "exclude": ["no-import-prefix", "no-unversioned-import"] + } + }, "unstable": ["net", "http"], "nodeModulesDir": "auto" }