From 5c26809b58d30b6d20b69cdacafb77e4598e6cc5 Mon Sep 17 00:00:00 2001 From: yashpandit Date: Wed, 15 Jan 2020 23:06:18 +0530 Subject: [PATCH] Add lint scripts --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5d313b8..c5c5fe9 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,9 @@ "node": ">=4" }, "scripts": { - "test": "mocha" + "test": "mocha", + "lint": "eslint . --ext .js", + "lint-fix": "eslint . --fix" }, "dependencies": { "is-valid-app": "^0.3.0" @@ -51,4 +53,4 @@ "gulp" ] } -} +} \ No newline at end of file