Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 932 Bytes

readme.md

File metadata and controls

20 lines (12 loc) · 932 Bytes

Formatting

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.

How to use 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

How to remove prettier

  1. Remove "prettier" from "scripts" in package.json
  2. Delete .prettierignore
  3. Delete .prettierrc.yml
  4. Remove "prettier" from "devDependencies" in package.json