From c69072b9715cb7318de0ee26f22cff9eea89e665 Mon Sep 17 00:00:00 2001 From: Cheng Chen <35309699+cchensh@users.noreply.github.com> Date: Wed, 9 Aug 2023 16:19:45 -0400 Subject: [PATCH] Synchronize `deno.jsonc` files across sample apps (#6) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- deno.jsonc | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/deno.jsonc b/deno.jsonc index 6dae916..56029c4 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -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": {