Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit f3360d2

Browse files
deno: configure formatter
1 parent 8ca3b2e commit f3360d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deno.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2+
"fmt": {
3+
"semiColons": false,
4+
"singleQuote": true
5+
},
26
"tasks": {
37
"dev": "export STAGE=development && deno run -A --watch local.js"
48
},

0 commit comments

Comments
 (0)