Skip to content

Commit ac7567f

Browse files
committed
🗄 [chore][frontend] lint format
1 parent 6e74d39 commit ac7567f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

frontend/scripts/format/frontend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ set -euo pipefail
33
#MISE description="Format frontend with Prettier"
44
#MISE dir="frontend"
55

6-
pnpm exec prettier -w .
6+
pnpm exec prettier --write .

frontend/scripts/lint/frontend.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ pnpm exec tsc --build --noEmit
88

99
# ESLint
1010
pnpm exec eslint .
11+
12+
# Format lint
13+
pnpm exec prettier --check .

0 commit comments

Comments
 (0)