A playground for Monorepo with Yarn Workspaces, ESLint and Prettier.
- Clone the repo
$ git clone https://github.com/robertoachar/monorepo-eslint-prettier.git
- Install dependencies
$ yarn
- Run scripts
Action | Usage |
---|---|
Start development | yarn start |
Lint code | yarn lint |