A script to install Upstatement ESLint & Prettier linting configs to your project
A script to install Upstatement linting configs (ESLint & Prettier) to your project
Clone this repo
In your terminal config (i.e. .zshrc, .bash_rc, etc.) add an alias for running the install script
alias lintme="sh ~/<insert-path-to-this-repo>/install.sh"
Now you should be able to run lintme at the root of any project to automatically install Upstatement’s ESLint & Prettier linting configs
At the root of any project, simply run
lintme <type>
lintme
lintme four
lintme react
lintme vue
You should end up with the following files at the root of your project
.editorconfig.eslintrcpackage-lock.jsonpackage.jsonprettier.config.js