changes to eslint and update deps

dev
Matthew 2023-02-16 13:24:59 -05:00
parent ae9be3ae11
commit 1dba55f0a6
2 changed files with 4 additions and 3 deletions

View File

@ -43,7 +43,8 @@
"consistent-return": "off",
"no-continue": "off",
"no-plusplus": "off",
"no-undef": "off"
"no-undef": "off",
"space-before-function-paren": "off"
},
"ignorePatterns": "**/*.js"
}

View File

@ -16,8 +16,8 @@
"@types/cron": "^1.7.3",
"@types/express": "^4.17.13",
"@types/helmet": "^0.0.48",
"@types/jsonwebtoken": "^8.5.6",
"@types/ioredis": "4.28.10",
"@types/jsonwebtoken": "^8.5.6",
"@types/node": "^16.11.12",
"@types/nodemailer": "^6.4.4",
"@types/puppeteer": "^5.4.4",
@ -50,7 +50,7 @@
"express": "^4.17.1",
"helmet": "^4.6.0",
"ioredis": "^4.28.2",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.0",
"mathjs": "^10.0.0",
"moment": "^2.29.1",
"mongoose": "^6.1.1",