Skip to content

Instantly share code, notes, and snippets.

@Lukas238
Created October 31, 2021 17:44
Show Gist options
  • Save Lukas238/d9b3a563c972e02e07eb923bd513b25d to your computer and use it in GitHub Desktop.
Save Lukas238/d9b3a563c972e02e07eb923bd513b25d to your computer and use it in GitHub Desktop.
Bulk format .json files with Prettier from CLI
# Run Prettier formater on all `.json`files on folder from the CLI
```
npx prettier --write "src/test/**/*.json"
```
@KD-MM2
Copy link

KD-MM2 commented Apr 6, 2024

nice. thank so much :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment