fix: 🔧 format on lint fail
This commit is contained in:
parent
aa03d38cc0
commit
eadf8c4b95
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
"build": "pnpm vite build",
|
||||
"build:debug": "pnpm run build",
|
||||
"lint": "pnpm rome check **/*.ts --apply && pnpm run lint:vue",
|
||||
"lint:vue": "pnpm eslint --fix '**/*' --cache && pnpm run format",
|
||||
"lint:vue": "pnpm eslint --fix '**/*' --cache ; pnpm run format",
|
||||
"format": "pnpm rome format * --write && pnpm prettier --write '**/*.{scss,vue}' --cache --cache-strategy metadata"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue