add lint task

jh-changes
Shin'ya Ueoka 7 years ago
parent 2f62084cc5
commit b94a8ba154
  1. 3
      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",