perennialAutodidact / memory-snap

0 stars 0 forks source link

Set up Prettier formatting standard #13

Closed perennialAutodidact closed 1 year ago

perennialAutodidact commented 1 year ago

ESLint ships with CRA, which was used to create this repo.

Install and configure, eslint-config-prettier, eslint-plugin-react, prettier, and prettier-eslint-cli

This guide is useful.

perennialAutodidact commented 1 year ago

This should already be done. You'll still have to run yarn install and install the VS Code Prettier extension to enable formatting.