Skip to content

Commit

Permalink
Fix formatting script
Browse files Browse the repository at this point in the history
  • Loading branch information
philnash committed Nov 10, 2024
1 parent 766903e commit 506e658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"pretest": "npm run compile-tests && npm run compile && npm run lint && npm run format:check",
"check-types": "tsc --noEmit",
"lint": "eslint src",
"format": "prettier --write '*.json' src",
"format:check": "prettier --check '*.json' src",
"format": "prettier --write *.json src",
"format:check": "prettier --check *.json src",
"test": "vscode-test"
},
"devDependencies": {
Expand Down

0 comments on commit 506e658

Please sign in to comment.