Closed perennialAutodidact closed 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.
This should already be done. You'll still have to run yarn install and install the VS Code Prettier extension to enable formatting.
yarn install
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.