Skip to content

Commit

Permalink
wip: prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Mar 26, 2024
1 parent cdb8985 commit 380ec0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/format-fix.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

npx prettier --write './**/*.{ts,tsx,js,jsx,json,md,css,less}'
npx prettier './**/*.{ts,tsx,js,jsx,json,md,css,less}' --write

0 comments on commit 380ec0e

Please sign in to comment.