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",
|
"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",
|
||||||
|
|
Reference in a new issue