Skip to content

Commit

Permalink
[actions] chore: Add linting check
Browse files Browse the repository at this point in the history
  • Loading branch information
helloitsdave committed May 5, 2024
1 parent 4daca08 commit 79c0013
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 1 deletion.
224 changes: 224 additions & 0 deletions backend/package-lock.json

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

9 changes: 8 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"globals": "^15.1.0",
"husky": "^9.0.11",
"nodemon": "3.0.2",
"nyc": "15.1.0",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"prisma": "5.7.1",
"supertest": "6.3.4",
"ts-node": "10.9.2",
Expand All @@ -55,5 +57,10 @@
"dotenv": "16.3.2",
"express": "4.18.2",
"jsonwebtoken": "^9.0.2"
}
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}

0 comments on commit 79c0013

Please sign in to comment.