aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-28 17:47:52 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-28 17:47:52 +0800
commit933eba7dc3bdc979fefadd47388b20b8360e1d6b (patch)
tree9b88908d88a025aaaa1d70306afde8e49fedab27 /package.json
parent5a64dfc8bb8169e72b7c1164f18c6912e9e3576e (diff)
style: prettier
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index e55d489..55a032b 100644
--- a/package.json
+++ b/package.json
@@ -63,5 +63,8 @@
63 "repository": { 63 "repository": {
64 "type": "git", 64 "type": "git",
65 "url": "https://github.com/outdoorsafetylab/dumbymap" 65 "url": "https://github.com/outdoorsafetylab/dumbymap"
66 },
67 "prettier": {
68 "arrowParens": "avoid"
66 } 69 }
67} 70}