add lint task

This commit is contained in:
Shin'ya Ueoka 2017-08-12 08:36:50 +09:00
parent 2f62084cc5
commit b94a8ba154

View file

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