cra-template-ts-eslint
v0.1.0
Published
This is typescript template with linting and formatting with eslint and prettier.
Downloads
2
Maintainers
Readme
cra-template-ts-eslint
A create-react-app template setup with
- typescript
- eslint with prettier
- graphql
Usage
npx create-react-app my-app --template ts-eslint
or
yarn create-react-app my-app --template ts-eslint