Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ You can also choose to just use [`eslint`](https://github.com/eslint/eslint) wit
this project. But `ts-standard` saves you from having to manually install all the extra dependencies
and may reduce configuration overhead.

## 🏗 Usage in CI

`ts-standard` is natively embedded in [MegaLinter](https://megalinter.io/), an open-source linters aggregator for CI,
so you can run it there without any extra setup. See the
[ts-standard descriptor page](https://megalinter.io/latest/descriptors/typescript_ts_standard/) for details.

## 🎉 Special Thanks

Special thanks to [`standard`](https://github.com/standard/standard) for inspiration and some shared code and
Expand Down