This template uses @iteam/eslint-config-react, so we need to configure it by installing its peer dependencies.
From the project root, run the following command:
npx install-peerdeps --dev @iteam/eslint-config-react
Then, install the rest of the dependencies:
npm install
- ESLint
- Prettier
- Tailwind CSS Intellisense
This template comes with a basic setup of Github Actions to lint and test code on PR:s made against main
.