From b94a8ba1540a9da67245e8390a4dc86b2e2de14e Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sat, 12 Aug 2017 08:36:50 +0900 Subject: [PATCH] add lint task --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f9169d..86cfc7b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ "name": "vim-vixen", "description": "Vim vixen", "scripts": { - "start": "webpack -w --debug" + "start": "webpack -w --debug", + "lint": "eslint src" }, "repository": { "type": "git",