add lint task
This commit is contained in:
parent
2f62084cc5
commit
b94a8ba154
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Reference in a new issue