build: align prettier configuration
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 27 Apr 2023 08:57:32 +0000 (10:57 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 27 Apr 2023 08:57:32 +0000 (10:57 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/.prettierrc.json [new file with mode: 0644]

diff --git a/ui/web/.prettierrc.json b/ui/web/.prettierrc.json
new file mode 100644 (file)
index 0000000..6414c22
--- /dev/null
@@ -0,0 +1,5 @@
+{
+  "$schema": "https://json.schemastore.org/prettierrc",
+  "printWidth": 100,
+  "singleQuote": true
+}