Skip to content

Commit

Permalink
fix: check linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyton505 committed Nov 7, 2024
1 parent 889facb commit 628b58c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "nodemon ./src/server.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "prettier --single-quote --write 'src/**/*.{js,ts}'",
"format": "prettier --check"
"format": "prettier --check ."
},
"keywords": [],
"author": "",
Expand All @@ -33,4 +33,3 @@
"typescript": "^5.6.2"
}
}

0 comments on commit 628b58c

Please sign in to comment.