Modify run scripts 'fmt'

This commit is contained in:
porink0424
2024-04-19 16:23:57 +09:00
parent 915d2d9c37
commit 227ea427f9
+1 -1
View File
@@ -1,6 +1,6 @@
{
"scripts": {
"fmt": "biome format --write . && biome check standalone_app vscode tslib --apply",
"fmt": "biome check . --apply",
"lint": "npm run lint:eslint && npm run lint:biome",
"lint:eslint": "eslint . --ext .ts,.tsx --max-warnings 0",
"lint:biome": "biome format . && biome ci ."