An open API service indexing awesome lists of open source software.

https://github.com/robertoachar/monorepo-eslint-prettier

A playground for Monorepo with Yarn Workspaces, ESLint and Prettier.
https://github.com/robertoachar/monorepo-eslint-prettier

eslint monorepo node prettier workspaces yarn yarn-workspaces

Last synced: about 1 month ago
JSON representation

A playground for Monorepo with Yarn Workspaces, ESLint and Prettier.

Awesome Lists containing this project

README

        

# monorepo-eslint-prettier

[![License][license-badge]][license-url]

> A playground for Monorepo with Yarn Workspaces, ESLint and Prettier.

## Development

- Clone the repo

```bash
$ git clone https://github.com/robertoachar/monorepo-eslint-prettier.git
```

- Install dependencies

```bash
$ yarn
```

- Run scripts

| Action | Usage |
| ----------------- | ------------ |
| Start development | `yarn start` |
| Lint code | `yarn lint` |

## Author

[Roberto Achar](https://twitter.com/robertoachar)

## License

[MIT](https://github.com/robertoachar/monorepo-eslint-prettier/blob/master/LICENSE)

[license-badge]: https://img.shields.io/github/license/robertoachar/monorepo-eslint-prettier.svg
[license-url]: https://opensource.org/licenses/MIT