Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #24 from roopeshsn/prettier-config
Browse files Browse the repository at this point in the history
added prettier config file
  • Loading branch information
roopeshsn authored Apr 23, 2022
2 parents 0ab68d2 + 890bac0 commit bcfe164
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 23 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"scripts": {
"test": "mocha ***/*.test.js --timeout 50000",
"test-watch": "nodemon --exec \"npm test\"",
"prettier": "prettier --write **/*.js",
"start": "node backend/server",
"server": "nodemon backend/server",
"client": "npm start --prefix frontend",
Expand Down Expand Up @@ -45,6 +46,7 @@
"chai-http": "^4.3.0",
"concurrently": "^6.3.0",
"mocha": "^9.2.2",
"nodemon": "^2.0.13"
"nodemon": "^2.0.13",
"prettier": "^2.6.2"
}
}

0 comments on commit bcfe164

Please sign in to comment.