Skip to content

Commit

Permalink
Synchronize deno.jsonc files across sample apps (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
cchensh and github-actions[bot] committed Aug 9, 2023
1 parent 724bd29 commit 15870ae
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,15 +1,30 @@
{
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
"fmt": {
"files": {
"include": ["README.md", "datastores", "external_auth", "functions", "manifest.ts", "triggers", "types", "views", "workflows"]
}
"include": [
"README.md",
"datastores",
"external_auth",
"functions",
"manifest.ts",
"triggers",
"types",
"views",
"workflows"
]
},
"importMap": "import_map.json",
"lint": {
"files": {
"include": ["datastores", "external_auth", "functions", "manifest.ts", "triggers", "types", "views", "workflows"]
}
"include": [
"datastores",
"external_auth",
"functions",
"manifest.ts",
"triggers",
"types",
"views",
"workflows"
]
},
"lock": false,
"tasks": {
Expand Down

0 comments on commit 15870ae

Please sign in to comment.