aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-08-12 08:36:50 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-08-12 08:36:50 +0900
commitb94a8ba1540a9da67245e8390a4dc86b2e2de14e (patch)
treec4174424f718d40241f86eb8354ea2a4ba6cea38
parent2f62084cc5d5f43e365169edac62aa441b2163d7 (diff)
add lint task
-rw-r--r--package.json3
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",