mirror of
https://github.com/captbaritone/webamp
synced 2024-11-22 16:20:49 +00:00
Add command for lint fix
This commit is contained in:
parent
3d0031c023
commit
ebd3eb56b6
@ -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…
Reference in New Issue
Block a user