0.1.2 • Published 3 years ago

cra-template-omega-ts v0.1.2

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

cra-template-typescript

This is the custom Omega TS template for Create React App.

To use this template, add --template omega-ts when creating a new app.

For example:

npx create-react-app my-app --template omega-ts

# or

yarn create react-app my-app --template omega-ts

before start install devDependencies:

npm install @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint-plugin-react eslint-plugin-react-hooks prettier eslint-config-prettier eslint-plugin-prettier@3.4.0 -D

# or

yarn add @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint-plugin-react eslint-plugin-react-hooks prettier eslint-config-prettier eslint-plugin-prettier@3.4.0 -D