-
Navigate to your app directory where you want to include this style configuration.
cd my-app
-
Run this command inside your app's root directory. Note: this command executes the
toolchain.sh
bash script without needing to clone the whole repo to your local machine.exec 3<&1;bash <&3 <(curl https://raw.githubusercontent.com/13point5/react-toolchain/main/toolchain.sh 2> /dev/null)
-
You can also add this as an alias.
alias rchain="exec 3<&1;bash <&3 <(curl https://raw.githubusercontent.com/13point5/react-toolchain/main/toolchain.sh 2> /dev/null)"
forked from karlhadwen/eslint-prettier-airbnb-react
-
Notifications
You must be signed in to change notification settings - Fork 1
13point5/react-toolchain
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
ESlint + Prettier + Airbnb Style Guide + Husky + Lint-Staged toolchain for React
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Languages
- Shell 100.0%