cra-template-typescript-eslint-prettier

The base TypeScript template for Create React App with Eslint and Prettier.

Usage no npm install needed!

<script type="module">
  import craTemplateTypescriptEslintPrettier from 'https://cdn.skypack.dev/cra-template-typescript-eslint-prettier';
</script>

README

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