summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHaishan <[email protected]>2021-11-12 20:39:01 +0800
committerHaishan <[email protected]>2021-11-12 20:39:01 +0800
commitce3ed3d99f6c8fcc13747c9fea12ce7f6cbebd72 (patch)
tree865e8d6f6d15897dbd4294f7019abbcb68eb5d55 /package.json
parentb1ea08a4ee8dcb133b6be7dc4282eaffab32c046 (diff)
Add float action button to pause/start log streaming
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index a76251c..e449804 100644
--- a/package.json
+++ b/package.json
@@ -2,6 +2,10 @@
"name": "yacd",
"version": "0.3.3",
"description": "Yet another Clash dashboard",
+ "prettier": {
+ "printWidth": 100,
+ "singleQuote": true
+ },
"scripts": {
"lint": "eslint --fix --cache src",
"dev": "vite",