diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-12 08:36:50 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-12 08:36:50 +0900 |
commit | b94a8ba1540a9da67245e8390a4dc86b2e2de14e (patch) | |
tree | c4174424f718d40241f86eb8354ea2a4ba6cea38 | |
parent | 2f62084cc5d5f43e365169edac62aa441b2163d7 (diff) |
add lint task
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
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", |