mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
Add command for lint fix
This commit is contained in:
parent
3d0031c023
commit
ebd3eb56b6
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
"index.d.ts"
|
||||
],
|
||||
"scripts": {
|
||||
"lint-fix": "eslint . --ext ts,tsx,js --fix",
|
||||
"lint": "eslint . --ext ts,tsx,js",
|
||||
"type-check": "tsc",
|
||||
"build": "webpack --config=demo/config/webpack.prod.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue