From 00cdf703f638e2ff1a02231ac7032f4c9ed7d765 Mon Sep 17 00:00:00 2001 From: Boshen Date: Mon, 27 Feb 2023 14:04:55 +0800 Subject: [PATCH] chore(README): credit author of the TypeScript parser --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c91fdefd0..1aa700421 100644 --- a/README.md +++ b/README.md @@ -98,11 +98,12 @@ Summary ## Credits -This project is inspired by the following great mentors and projects: +This project is incubated from the help of these great people and their projects: * [Rome Tools](https://rome.tools) - [@MichaReiser](https://github.com/MichaReiser), [@ematipico](https://github.com/ematipico) * [Ruff](https://beta.ruff.rs) - [@charliermarsh](https://github.com/charliermarsh) * [quick-lint-js](https://quick-lint-js.com) - [@strager](https://github.com/strager) +* [@domonji](https://github.com/domonji) for contribution to the TypeScript parser ## License