cra-template-prettier
v1.0.1
Published
The base template for Create React App using ESLint + Prettier.
Downloads
1
Maintainers
Readme
cra-template-prettier
This is custom template for Create React App using ESLint + Prettier.
Features
- Eslint + Prettier
- Absolute imports without problems (type dirrectly name of any folder/file inside
src
dir. Ex.:import 'components/logo';
)
Installation
npx create-react-app my-app --template prettier
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.