Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
chore: update line width to 100 in deno.json
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelrk committed Jun 3, 2024
1 parent d99ac75 commit d81087a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"./templates"
]
},
"fmt": {},
"fmt": { "lineWidth": 100 },
"compilerOptions": {
"jsx": "react-jsx",
// NOTE: alias "preact" is not being resolved for deno.json(c) of monorepo
Expand Down

0 comments on commit d81087a

Please sign in to comment.