aboutsummaryrefslogtreecommitdiff
path: root/pw_ide
diff options
context:
space:
mode:
authorRob Mohr <mohrr@google.com>2023-09-21 18:03:37 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-09-21 18:03:37 +0000
commit2260430432a66e60ea5918322ec56824c6860e9e (patch)
tree6bb93b3af2631f4b4e8f9ca38c246ae24e6b833d /pw_ide
parentcc0d6fac9ed9aa2c2dfc266cf679fe3c105bac08 (diff)
downloadpigweed-2260430432a66e60ea5918322ec56824c6860e9e.tar.gz
pw_presubmit: Add JSON formatter
Change-Id: I0d95873a340ee31eacc41e07a40ac8a246c934aa Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/171991 Reviewed-by: Wyatt Hepler <hepler@google.com> Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'pw_ide')
-rw-r--r--pw_ide/ts/pigweed-vscode/tsconfig.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/pw_ide/ts/pigweed-vscode/tsconfig.json b/pw_ide/ts/pigweed-vscode/tsconfig.json
index f73dc0acc..833390c60 100644
--- a/pw_ide/ts/pigweed-vscode/tsconfig.json
+++ b/pw_ide/ts/pigweed-vscode/tsconfig.json
@@ -1,13 +1,13 @@
{
- "compilerOptions": {
- "module": "commonjs",
- "target": "ES2020",
- "outDir": "out",
- "lib": [
- "ES2020"
- ],
- "sourceMap": true,
- "rootDir": "src",
- "strict": true
- }
+ "compilerOptions": {
+ "module": "commonjs",
+ "target": "ES2020",
+ "outDir": "out",
+ "lib": [
+ "ES2020"
+ ],
+ "sourceMap": true,
+ "rootDir": "src",
+ "strict": true
+ }
}