This will make it so that we use Prettier the same way everywhere, in line with Prettier's guidance. Notes:
Eslint doesn't run Prettier anymore. Use your IDE's Prettier plugin instead now.
This will make Prettier-VSCode your default formatter. Please make sure you have Prettier-VSCode installed. The upside is it also formats HTML and other non-JS file types.
If you use Peacock, it will change the .vscode/settings.json file when you open VSCode. Please don't commit these changes when working on Starter Kit, though it's okay when working on spawned projects.
This will make it so that we use Prettier the same way everywhere, in line with Prettier's guidance. Notes:
.vscode/settings.json
file when you open VSCode. Please don't commit these changes when working on Starter Kit, though it's okay when working on spawned projects.