1.0.0 • Published 4 years ago

cra-template-kd974-eslint v1.0.0

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

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: