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",