mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Add format command
This commit is contained in:
parent
df57bff7e1
commit
058228fd22
3 changed files with 14 additions and 7 deletions
|
|
@ -8,7 +8,8 @@
|
|||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint": "eslint . --ext ts,tsx,js,jsx --rulesdir=packages/webamp-modern-2/tools/eslint-rules",
|
||||
"deploy": "sh deploy.sh"
|
||||
"deploy": "sh deploy.sh",
|
||||
"format": "prettier --write '**/*.{js,ts,tsx}'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-typescript": "^7.16.7",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue