changes to eslint and update deps
parent
ae9be3ae11
commit
1dba55f0a6
|
@ -43,7 +43,8 @@
|
||||||
"consistent-return": "off",
|
"consistent-return": "off",
|
||||||
"no-continue": "off",
|
"no-continue": "off",
|
||||||
"no-plusplus": "off",
|
"no-plusplus": "off",
|
||||||
"no-undef": "off"
|
"no-undef": "off",
|
||||||
|
"space-before-function-paren": "off"
|
||||||
},
|
},
|
||||||
"ignorePatterns": "**/*.js"
|
"ignorePatterns": "**/*.js"
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,8 +16,8 @@
|
||||||
"@types/cron": "^1.7.3",
|
"@types/cron": "^1.7.3",
|
||||||
"@types/express": "^4.17.13",
|
"@types/express": "^4.17.13",
|
||||||
"@types/helmet": "^0.0.48",
|
"@types/helmet": "^0.0.48",
|
||||||
"@types/jsonwebtoken": "^8.5.6",
|
|
||||||
"@types/ioredis": "4.28.10",
|
"@types/ioredis": "4.28.10",
|
||||||
|
"@types/jsonwebtoken": "^8.5.6",
|
||||||
"@types/node": "^16.11.12",
|
"@types/node": "^16.11.12",
|
||||||
"@types/nodemailer": "^6.4.4",
|
"@types/nodemailer": "^6.4.4",
|
||||||
"@types/puppeteer": "^5.4.4",
|
"@types/puppeteer": "^5.4.4",
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"helmet": "^4.6.0",
|
"helmet": "^4.6.0",
|
||||||
"ioredis": "^4.28.2",
|
"ioredis": "^4.28.2",
|
||||||
"jsonwebtoken": "^8.5.1",
|
"jsonwebtoken": "^9.0.0",
|
||||||
"mathjs": "^10.0.0",
|
"mathjs": "^10.0.0",
|
||||||
"moment": "^2.29.1",
|
"moment": "^2.29.1",
|
||||||
"mongoose": "^6.1.1",
|
"mongoose": "^6.1.1",
|
||||||
|
|
Loading…
Reference in New Issue