aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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",