aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json
index cbd5f52..f5dd8e3 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,12 @@
"@types/cron": "^1.7.2",
"@types/mocha": "^8.0.4",
"@types/mongoose": "^5.10.1",
+ "@typescript-eslint/eslint-plugin": "^4.9.0",
+ "@typescript-eslint/parser": "^4.9.0",
"chai": "^4.2.0",
+ "eslint": "^7.14.0",
+ "eslint-config-airbnb-typescript": "^12.0.0",
+ "eslint-plugin-import": "^2.22.1",
"mocha": "^8.2.1",
"ts-node": "^9.0.0",
"typescript": "^4.1.2"