1.0.2 • Published 4 years ago

cra-template-typescript-eslint-prettier v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

cra-template-typescript-eslint-prettier

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