aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-29 15:06:59 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-29 15:06:59 +0800
commitf598dcbf6283f2c2b81a63d315548c6bc4e943fb (patch)
tree204a86cf47dd2bd2223502d2daaeb4afc6ecce09 /package.json
parent88201b62764931868f0bc3cae978edb3fd307485 (diff)
style: prettier
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6af2368..1b265d9 100644
--- a/package.json
+++ b/package.json
@@ -70,6 +70,7 @@
70 "semi": false, 70 "semi": false,
71 "singleQuote": true, 71 "singleQuote": true,
72 "tabWidth": 2, 72 "tabWidth": 2,
73 "trailingComma": "es5" 73 "trailingComma": "all",
74 "semi": true
74 } 75 }
75} 76}