1.0.0 • Published 4 years ago

cra-template-linter-ts v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

A create-react-app custom template with a preconfigured Airbnb code style linter and Prettier code formatter.

To boostrap your app with this template, just run:

npx create-react-app <your-app-name> --template linter-ts

If you are looking for a JavaScript alternative, please look at: https://www.npmjs.com/package/cra-template-linter

cra-template-linter-ts

This template make use of all familiar react-scripts setup.

Also by convenience, there is a git commit hook that runs jest and eslint at git staged files.