Attempted fix for eslint and removed prettier linting to make lint job simpler for now

This commit is contained in:
Gregory Campbell
2021-11-23 23:12:05 -05:00
parent 7279542922
commit 2be708601c
5 changed files with 250 additions and 87 deletions
+4 -2
View File
@@ -28,12 +28,14 @@
"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",
"prettier": "^2.4.1"
"optionator": "^0.9.1"
},
"devDependencies": {
"eslint": "^8.3.0"
}
}