summaryrefslogtreecommitdiffstats
path: root/jsconfig.json
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2022-12-02 22:05:35 -0500
committerGitHub <noreply@github.com>2022-12-03 12:05:35 +0900
commitf77ed3a6b202b0eba42e4ce2e76b09dcf70398b4 (patch)
tree681802009df86db46ab8bce4fe171ea1f7df8ae0 /jsconfig.json
parent2413e5f3f012b3038443281c5374994b05f4525c (diff)
Correct prettier calls for YML/JSON (#21832)
* Fix fomat-check writing files * Fix unformatted YML/JSON * Add format-check call to prevent regressions
Diffstat (limited to 'jsconfig.json')
-rw-r--r--jsconfig.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/jsconfig.json b/jsconfig.json
index 7471fb9db9a..d52816a98b6 100644
--- a/jsconfig.json
+++ b/jsconfig.json
@@ -13,10 +13,5 @@
"strict": false,
"target": "ES2022"
},
- "exclude": [
- "**/build/*",
- "**/node_modules/*",
- "**/public/*",
- "**/vendor/*"
- ]
+ "exclude": ["**/build/*", "**/node_modules/*", "**/public/*", "**/vendor/*"]
}