prettier
The prettier
runs the Prettier
JavaScript code formatter on the .
Run npm run prettier
in the root to trigger this script.
Under the hood, this will run:
Terminal
npx prettier --write .
The Prettier configuration is held in these files in the :