diff options
author | eug-vs <eug-vs@keemail.me> | 2020-12-02 05:26:59 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-12-02 05:26:59 +0300 |
commit | 286c2f962db1087fb0d6ee444c218346056d85b3 (patch) | |
tree | 3faab68f862f15e7c760a2b7549dabda2b046aa1 /package.json | |
parent | 7aff5bc9371a02196e84be348499c6550a13e3bf (diff) | |
download | mongo-cronjob-286c2f962db1087fb0d6ee444c218346056d85b3.tar.gz |
chore: install and configure eslint
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
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" |