Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Created a Docker Prettier script
  • Loading branch information
IamLRBA committed May 20, 2025
commit 149c554af92a7ed4d87007a46fe5417a6c0142f9
8 changes: 8 additions & 0 deletions docker/run-prettier.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh
set -e

docker run --rm \
-v "$PWD":/app \
-w /app \
node:20 \
npx prettier . --check