aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-svelte/.prettierrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-svelte/.prettierrc')
-rw-r--r--examples/with-svelte/.prettierrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/with-svelte/.prettierrc b/examples/with-svelte/.prettierrc
new file mode 100644
index 0000000..ab57af6
--- /dev/null
+++ b/examples/with-svelte/.prettierrc
@@ -0,0 +1,5 @@
+{
+ "singleQuote": true,
+ "trailingComma": "none",
+ "printWidth": 100
+}