Added ESLint

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-22 19:54:38 +02:00
parent b951f6d2d1
commit 7014e0c511
9 changed files with 2993 additions and 845 deletions

View File

@ -7,6 +7,9 @@
"license": "MIT",
"devDependencies": {
"@types/node-fetch": "^2.5.10",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"eslint": "^7.29.0",
"jest": "^27.0.5",
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",