The codebase uses prettier to ensure files formatting is consistent and pretty.
If you want to keep prettier, check How to use Prettier. Otherwise see How to remove prettier.
The prettier configuration can be found in .prettierrc.yml.
Install prettier-vscode and let the extension do the formatting when you save a file.
This repository has pre-configured npm run prettier
to format all files with prettier
- Remove
"prettier"
from"scripts"
in package.json - Delete .prettierignore
- Delete .prettierrc.yml
- Remove
"prettier"
from"devDependencies"
in package.json