Add npm run lint script
This commit is contained in:
parent
2e8a2c3a7f
commit
fbfbf2158a
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"lint": "python ./script/eslint.py",
|
||||
"preinstall": "node -e 'process.exit(0)'",
|
||||
"start": "python ./script/start.py",
|
||||
"test": "python ./script/test.py"
|
||||
|
|
Loading…
Reference in a new issue