Skip to content

Commit

Permalink
style: Switch from Prettier to deno fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nellh committed Nov 12, 2023
1 parent 32b93cd commit 25d3e16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"fmt": {
"semiColons": false,
"singleQuote": true
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
],
"lint-staged": {
"*.{js,jsx,ts,tsx,json}": [
"prettier --write"
"deno fmt"
]
},
"dependenciesMeta": {
Expand Down

0 comments on commit 25d3e16

Please sign in to comment.