This project is forked from the official Typescript template for Create React App.
It comes with eslint and prettier, rules for them can be edited in .eslintrc
file.
To use this template, add --template typescript-eslint-prettier
when creating a new app.
For example:
npx create-react-app my-app --template typescript-eslint-prettier
# or
yarn create react-app my-app --template typescript-eslint-prettier