aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",