CLI helper for setting up your React application environment
🛠️Supported technologies:
- ESLint
- StyleLint v15+
- Prettier
- Husky + Lint-Staged
- VSCode settings
📦For the apps based on:
- Create-React-App
- Next
- Vite
$ npx react-third-hand@latest
$ npm i -g react-third-hand
Start command in your React App
$ react-third-hand
- App type: Create React App / Next / Vite
- Package Manager: yarn / npm
- Language: TypeScript / JavaScript
- Helpers: ESLint, Stylelint, Prettier, Husky + lint-staged, VSCode
- Styling: CSS / SCSS / Styled Components
eslint-plugin-import is used to group imports. More information for setting up groups can be found here.
Styles order by stylelint-config-clean-order
Before | After |
---|---|
Recommended extension for VSCode to auto fix possible errors.
Stylelint-plus extension ID: hex-ci.stylelint-plus