Skip to content

Create React App template with Typescript, Eslint and Prettier configuration

Notifications You must be signed in to change notification settings

simonepizzamiglio/cra-template-typescript-eslint-prettier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Create React App template with Typescript, Eslint and Prettier configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published