feat(package): new pkg: @ivuorinen/base-configs (#121)

This commit is contained in:
Ismo Vuorinen
2023-10-30 13:31:47 +02:00
committed by GitHub
parent 83d10c71dd
commit feddfcfdba
10 changed files with 5608 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# `@ivuorinen/base-configs`
This is a meta package for all my base configs.
You can find all the individual configs in the `packages` folder.
The main reason for this package is to make it easier to use these
configs in other projects, and to update them all at once.
No more pull requests to update all the configs one at a time!
## Installation
```bash
npm install @ivuorinen/base-configs --save-dev
yarn add @ivuorinen/base-configs --dev
```
## License
MIT License. See [LICENSE](LICENSE) for more info.