build: fix prettier configuration
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 15 Aug 2023 14:28:06 +0000 (16:28 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 15 Aug 2023 14:28:06 +0000 (16:28 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.prettierignore
.prettierrc.json [new file with mode: 0644]
.vscode/extensions.json

index bd5535a6035b27160c376132126242ab9dedc4de..02dd8791ba0ac318a11c9c3298297808224e4bf9 100644 (file)
@@ -1 +1,2 @@
+benchmark/results/
 pnpm-lock.yaml
diff --git a/.prettierrc.json b/.prettierrc.json
new file mode 100644 (file)
index 0000000..80901f7
--- /dev/null
@@ -0,0 +1,6 @@
+{
+  "$schema": "https://json.schemastore.org/prettierrc",
+  "semi": false,
+  "singleQuote": true,
+  "trailingComma": "none"
+}
index 93f80c7caf0804bf851c367da2e525b3a9c04f35..37be1fab3fd65384b626868bf80bf1fa780db549 100644 (file)
@@ -5,6 +5,6 @@
     "EditorConfig.EditorConfig",
     "eamodio.gitlens",
     "standard.vscode-standard",
-    "streetsidesoftware.code-spell-checker",
+    "streetsidesoftware.code-spell-checker"
   ]
 }