Skip to content

Commit

Permalink
style(connect): include style options in deno.jsonc #566
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Mar 18, 2023
1 parent 62eec78 commit 398f260
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/connect/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"node/harness/esm/node_modules",
"./yarn.lock"
]
},
"options": {
"lineWidth": 100,
"singleQuote": true,
"semiColons": false
}
},
"lint": {
Expand Down

0 comments on commit 398f260

Please sign in to comment.