Added lint check in Actions

This commit is contained in:
Gregory Campbell
2021-11-23 22:55:48 -05:00
parent 467c75b55a
commit 7279542922
3 changed files with 1613 additions and 2 deletions
+3 -1
View File
@@ -28,10 +28,12 @@
"dependencies": {
"compression": "^1.7.4",
"dotenv": "^10.0.0",
"eslint": "^8.3.0",
"express": "^4.17.1",
"helmet": "^4.6.0",
"mongoose": "^6.0.13",
"morgan": "^1.10.0",
"multer": "^1.4.3"
"multer": "^1.4.3",
"prettier": "^2.4.1"
}
}