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 b290f58 commit 0eeb088Copy full SHA for 0eeb088
.gitignore
@@ -0,0 +1,3 @@
1
+.DS_Store
2
+.env
3
+.slack/*
deno.jsonc
@@ -0,0 +1,33 @@
+{
+ "$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
+ "fmt": {
4
+ "include": [
5
+ "README.md",
6
+ "datastores",
7
+ "external_auth",
8
+ "functions",
9
+ "manifest.ts",
10
+ "triggers",
11
+ "types",
12
+ "views",
13
+ "workflows"
14
+ ]
15
+ },
16
+ "importMap": "import_map.json",
17
+ "lint": {
18
19
20
21
22
23
24
25
26
27
28
29
+ "lock": false,
30
+ "tasks": {
31
+ "test": "deno fmt --check && deno lint && deno test --allow-read --allow-none"
32
+ }
33
+}
0 commit comments