diff options
| author | Fuwn <[email protected]> | 2026-03-27 05:54:01 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-27 05:54:01 +0000 |
| commit | 94213976262eab9b7a68a9d580587a5fbb9248cc (patch) | |
| tree | 92e72ae66d2ebf9bb5393afd5edffb9709c4d10d /apps/proxy/.prettierrc | |
| parent | fix(actions): resolve quality and trigger deploy drift (diff) | |
| download | due.moe-94213976262eab9b7a68a9d580587a5fbb9248cc.tar.xz due.moe-94213976262eab9b7a68a9d580587a5fbb9248cc.zip | |
chore(apps): Add proxy
Diffstat (limited to 'apps/proxy/.prettierrc')
| -rw-r--r-- | apps/proxy/.prettierrc | 6 |
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 +} |