From 94073827ef5d64fffb88d310e4072e8b190f784d Mon Sep 17 00:00:00 2001 From: Thomas Vantuycom Date: Fri, 16 Mar 2018 13:52:20 +0100 Subject: [PATCH] Add lint task --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index fcfc2cd..163a0a8 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,8 @@ "view" ], "scripts": { + "lint": "eslint .", + "pretest": "npm run lint", "test": "mocha" } }