Move eslint plugins to devDependencies

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2021-09-06 18:01:05 +02:00
parent 49112647cb
commit ed1dd428b7
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -45,8 +45,6 @@
"class-validator": "0.13.1",
"cli-color": "2.0.0",
"connect-typeorm": "1.1.4",
"eslint-plugin-jest": "24.4.2",
"eslint-plugin-local-rules": "1.1.0",
"express-session": "1.17.2",
"file-type": "16.5.3",
"joi": "17.4.2",
@ -83,6 +81,8 @@
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jest": "24.4.2",
"eslint-plugin-local-rules": "1.1.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "27.2.1",
"prettier": "2.4.1",