We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980f84b commit 117bdeaCopy full SHA for 117bdea
.hooks/pre-commit
@@ -0,0 +1,5 @@
1
+#!/usr/bin/env sh
2
+. "$(dirname -- "$0")/_/hook.sh"
3
+
4
+deno fmt --check supabase/*
5
+deno lint supabase/*
deno.json
+{
+ "tasks": {
+ "hook": "deno run --allow-read --allow-run --allow-write https://deno.land/x/[email protected]/mod.ts"
+ }
+}
0 commit comments