Made some opinionated changes here so asking the tech team to review (and change, if necessary).
What Changed?
Added prettier
With (partial) support for Astro (see notes)
Added useful scripts to a global package.json
Added a settings.json
Collapsed all config files under the directory package.json
How To Review
It's config and lining so no need to look through every file 🙃
Key files:
Root package.json
.vscode/settings.json <-- I recognise this is opinionated so would like your thoughts!
Testing
No technical risks.
Notes
I only managed to get prettier to lint .astro files when you run it through the command line! When you save it lints regular files but refuses to lint astro files. If you can, could either of you try to fix this? I've been bashing my head against this for an hour but these are the files I had open:
Context
Prettier is good 👍
Made some opinionated changes here so asking the tech team to review (and change, if necessary).
What Changed?
How To Review
It's config and lining so no need to look through every file 🙃
Key files:
Testing
No technical risks.
Notes
I only managed to get prettier to lint .astro files when you run it through the command line! When you save it lints regular files but refuses to lint astro files. If you can, could either of you try to fix this? I've been bashing my head against this for an hour but these are the files I had open: