Skip to content

Commit

Permalink
fixup: format and lint in same order
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Dec 2, 2024
1 parent c87fcaf commit 587c6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:watch": "vitest",
"lint": "eslint . && prettier . --check",
"build": "tsc -b",
"format": "prettier . --write && eslint . --fix",
"format": "eslint . --fix && prettier . --write",
"update-dependencies": "pnpm update --recursive --interactive --latest"
},
"packageManager": "[email protected]+sha256.06e65a4965baff6d6097f9c8f75c35f6d420974dbc03d775009056a69edfd271",
Expand Down

0 comments on commit 587c6ff

Please sign in to comment.