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", "name": "vim-vixen",
"description": "Vim vixen", "description": "Vim vixen",
"scripts": { "scripts": {
"start": "webpack -w --debug" "start": "webpack -w --debug",
"lint": "eslint src"
}, },
"repository": { "repository": {
"type": "git", "type": "git",