my-covid-story / www

We are a group of concerned citizens who could no longer stand by as Ontario is led into a humanitarian crisis. We believe the power of storytelling is an effective means to drive government action.
https://www.mycovidstory.ca
Creative Commons Zero v1.0 Universal
9 stars 5 forks source link

Format JSON files with prettier (but not package.json) #176

Closed davesteinberg closed 3 years ago

davesteinberg commented 3 years ago

This tweaks the format script to include .json files, though package.json and .vscode configuration are excluded via .prettierignore to avoid formatting rights with the npm/VS Code. Also, since node_modules is already excluded through .prettierignore, I simplified the files expression in the script.

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/my-covid-story/www/FJN4CHXxo4NQKWKYymQpJSjpyY2c
✅ Preview: https://www-git-dsformat-json-my-covid-story.vercel.app

JamiesonRoberts commented 3 years ago

Looks good to me!