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.
- Host: GitHub
- URL: https://github.com/robertoachar/monorepo-eslint-prettier
- Owner: robertoachar
- License: mit
- Created: 2019-10-16T14:58:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T14:58:58.000Z (over 5 years ago)
- Last Synced: 2025-03-01T19:12:06.791Z (about 2 months ago)
- Topics: eslint, monorepo, node, prettier, workspaces, yarn, yarn-workspaces
- Language: JavaScript
- Homepage: https://robertoachar.dev/blog/yarn-workspaces-eslint
- Size: 19.5 KB
- Stars: 28
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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