1.0.0 • Published 4 years ago
cra-template-kd974-eslint v1.0.0
A personnal cra-template
based
Install ReactJS with some additionals packages
Eslint is configured on preset airbnb with 3 rules disabled
Additionals Dependencies Packages:
🗸 「 REACT-ROUTER-DOM 」 🗸 「 SASS 」
Additionals Dev Dependency Package:
🗸 「 PRETTIER 」
Eslint configuration:
🗸 Preset: airbnb
3 rules disabled:
- react/prop-types
- react/function-component-definition
- no-console
Jsconfig
🗸 I've created a configurated jsconfig.json
for this project who work fine with Visual Studio Code. So, use it if you want !
Be sure to use the right command at installation:
NPX
npx create-react-app my-app --template kd974-eslint
NPM
npm init react-app my-app --template kd974-eslint
YARN
yarn create react-app my-app --template kd974-eslint
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.
- Default Template – Template installed if no template option passed.
- Cra-Template – Used in the official Create React App
1.0.0
4 years ago