aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-12-02 05:31:35 +0300
committereug-vs <eug-vs@keemail.me>2020-12-02 05:31:35 +0300
commit83393fd06f2a61006a28ebb45524bdd39fdfb6c1 (patch)
treed318791d5c11cd8437e4b11a77f411200ba8950e /package.json
parent286c2f962db1087fb0d6ee444c218346056d85b3 (diff)
downloadmongo-cronjob-83393fd06f2a61006a28ebb45524bdd39fdfb6c1.tar.gz
fix: resovle eslint errors
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index f5dd8e3..f4d73da 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
"description": "Cron-based job scheduler integrated with mongoDB",
"main": "index.js",
"scripts": {
+ "lint": "eslint .",
"test": "mocha test/**/*.test.ts"
},
"author": "eug-vs",