fix: 🔧 format on lint fail

This commit is contained in:
ThatOneCalculator 2023-08-11 20:26:25 -07:00
parent aa03d38cc0
commit eadf8c4b95
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -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": {