chore: apply eslint fix on commit

This commit is contained in:
Evan You 2023-12-26 22:13:50 +08:00
parent a772031ea8
commit 9183069888
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
"prettier --write"
],
"*.ts?(x)": [
"eslint",
"eslint --fix",
"prettier --parser=typescript --write"
]
},