Skip to content

Commit

Permalink
fix: prettier log level (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen authored Feb 19, 2024
1 parent 3f97a82 commit 4640670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dev-tools/scripts/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ case $MODE in
(set -x; npx eslint --fix "$DIRECTORIES/**/*.$EXTENSIONS")

print_yellow "Running prettier in $DIRECTORIES..."
(set -x; npx prettier --loglevel warn --write "$DIR_PATTERN" "$ROOT_PATTERN")
(set -x; npx prettier --log-level warn --write "$DIR_PATTERN" "$ROOT_PATTERN")
;;

*)
Expand Down

0 comments on commit 4640670

Please sign in to comment.