From 769c7f864744f459e3636d38919893995f6820e2 Mon Sep 17 00:00:00 2001 From: cgewecke Date: Sun, 23 Apr 2017 15:41:57 -0700 Subject: [PATCH] Add lint script to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 229a4cf..2e4848e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ }, "scripts": { "test": "mocha --timeout 60000", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --timeout 60000" + "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --timeout 60000", + "lint": "./node_modules/.bin/eslint --fix ./" }, "author": "", "license": "ISC",