There is 4 npm packages in this repository:
- eslint-config Documentation
- prettier-config Documentation
- stylelint-config Documentation
- tslint-config Documentation
This is a Lerna-powered monorepo.
If you want to edit, for example, tslint-config
and try it on your project:
git clone git@github.com:lukethacoder/lsd-aus
cd packages/tslint-config
yarn install
yarn link
In your project do:
cd my-project
yarn link "@lsd-aus/tslint-config"
You can either decide to bump all 4 packages by running:
yarn pub
or if you just want to publish a single package (tslint-config for example):
yarn pub --scope="@lsd-aus/tslint-config"