aboutsummaryrefslogtreecommitdiff
path: root/apps/proxy/.prettierrc
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-03-27 05:54:01 +0000
committerFuwn <[email protected]>2026-03-27 05:54:01 +0000
commit94213976262eab9b7a68a9d580587a5fbb9248cc (patch)
tree92e72ae66d2ebf9bb5393afd5edffb9709c4d10d /apps/proxy/.prettierrc
parentfix(actions): resolve quality and trigger deploy drift (diff)
downloaddue.moe-94213976262eab9b7a68a9d580587a5fbb9248cc.tar.xz
due.moe-94213976262eab9b7a68a9d580587a5fbb9248cc.zip
chore(apps): Add proxy
Diffstat (limited to 'apps/proxy/.prettierrc')
-rw-r--r--apps/proxy/.prettierrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/proxy/.prettierrc b/apps/proxy/.prettierrc
new file mode 100644
index 00000000..5c7b5d3c
--- /dev/null
+++ b/apps/proxy/.prettierrc
@@ -0,0 +1,6 @@
+{
+ "printWidth": 140,
+ "singleQuote": true,
+ "semi": true,
+ "useTabs": true
+}