Skip to content

Commit

Permalink
Add format script
Browse files Browse the repository at this point in the history
  • Loading branch information
hokaccha committed Mar 21, 2024
1 parent ccdf419 commit 08f1f9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"build": "rm -rf dist && tsc && tsc -p tsconfig.cjs.json",
"prepublishOnly": "npm run build",
"test": "vitest run",
"lint": "eslint . && prettier --check ."
"lint": "eslint . && prettier --check .",
"format": "eslint --fix . && prettier --write ."
},
"dependencies": {
"@nestjs/common": "*"
Expand Down

0 comments on commit 08f1f9a

Please sign in to comment.