1.0.1 • Published 4 years ago

cra-template-prettier v1.0.1

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

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: