update format script

This commit is contained in:
Nathaniel Tampus
2023-05-10 22:29:25 +08:00
parent 0832c5a46f
commit f323b7f628

View File

@@ -11,8 +11,8 @@
"scripts": { "scripts": {
"dev": "concurrently \"npm run dev -w client\" \"npm run dev -w server\"", "dev": "concurrently \"npm run dev -w client\" \"npm run dev -w server\"",
"lint": "eslint .", "lint": "eslint .",
"lint:fix": "eslint --fix .", "lint-fix": "eslint --fix .",
"format": "prettier --write ." "format": "prettier --write . --ignore-path .gitignore"
}, },
"devDependencies": { "devDependencies": {
"concurrently": "^8.0.1", "concurrently": "^8.0.1",