yarn add eslint eslint-config-airbnb-base eslint-config-prettier eslint-plugin-import -D
yarn add nodemon sucrase prettier eslint-plugin-prettier -D
| #!/bin/sh | |
| # Homebrew Script for OSX | |
| # To execute: save and `chmod +x ./brew-install-script.sh` then `./brew-install-script.sh` | |
| echo "Installing brew..." | |
| /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| echo "Installing brew cask..." | |
| brew update |
yarn add eslint eslint-config-airbnb-base eslint-config-prettier eslint-plugin-import -D
yarn add nodemon sucrase prettier eslint-plugin-prettier -D
| SPACESHIP_PROMPT_ORDER=( | |
| user # Username section | |
| dir # Current directory section | |
| host # Hostname section | |
| git # Git section (git_branch + git_status) | |
| hg # Mercurial section (hg_branch + hg_status) | |
| exec_time # Execution time | |
| line_sep # Line break | |
| vi_mode # Vi-mode indicator | |
| jobs # Background jobs indicator |