Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
funwithtriangles committed Dec 13, 2024
1 parent c98ac6c commit 478b0ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.yarn
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "lerna run build",
"typecheck": "lerna run typecheck",
"lint": "lerna run lint",
"format": "prettier .",
"format": "prettier . --write",
"dist": "lerna run lint,typecheck,build,dist --sort",
"version": "yarn install && git stage yarn.lock"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"files": [],
"references": [{ "path": "./tsconfig.node.json" }, { "path": "./tsconfig.web.json" }],
"references": [{ "path": "./tsconfig.node.json" }, { "path": "./tsconfig.web.json" }]
}

0 comments on commit 478b0ba

Please sign in to comment.