From adb90227dcb675d884a9438a21acfd078018eee6 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Tue, 14 Jul 2020 14:14:36 +0200 Subject: [PATCH] add eslint command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e6ec00b..7c867b9 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,8 @@ "p-map": "^4.0.0" }, "scripts": { - "test": "exit 0" + "test": "exit 0", + "lint": "eslint ." }, "repository": { "type": "git",