Skip to content

Commit

Permalink
Fixed formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bring-shrubbery committed Nov 4, 2023
1 parent 10a7614 commit 504c17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.mjs",
"scripts": {
"clean": "rm -rf .turbo node_modules",
"format": "prettier --check \"**/*.{mjs,ts,md,json}\"",
"format": "prettier --check \"**/*.{mjs,ts,md,json}\""
},
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
Expand Down

0 comments on commit 504c17d

Please sign in to comment.