aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-28 22:40:53 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-28 22:40:53 +0800
commit5c3d2d056018912ccc623a922af9685e4f3d05d6 (patch)
tree0be452c7c6150a093ad5c3d0eb93e46959e3cd3f /package.json
parentf10d10f62f5ddd0146a8391f487c1753288a2a20 (diff)
style: prettier for stylelint
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 55a032b..2867ed4 100644
--- a/package.json
+++ b/package.json
@@ -65,6 +65,10 @@
65 "url": "https://github.com/outdoorsafetylab/dumbymap" 65 "url": "https://github.com/outdoorsafetylab/dumbymap"
66 }, 66 },
67 "prettier": { 67 "prettier": {
68 "arrowParens": "avoid" 68 "arrowParens": "avoid",
69 "semi": false,
70 "singleQuote": true,
71 "tabWidth": 2,
72 "trailingComma": "es5"
69 } 73 }
70} 74}