From 9dc4bf2e05e5f2219ef21cc212b636451a448fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josh=20Goldberg=20=E2=9C=A8?= Date: Thu, 15 May 2025 11:40:52 -0400 Subject: [PATCH] docs: remove thinking emoji from README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The emoji has bugged me for a while. It's placed in a weird location: is it suggesting deep thought? ...that the docs are confusing? ...general confusion? 🤔 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46de4cee1..65f6f5797 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Converts your TSLint configuration to the closest reasonable ESLint equivalent. Hooray! Use `tslint-to-eslint-config` to expedite migrating your project onto ESLint. -Consider taking a peek at the relevant documentation: 🤔 +Consider taking a peek at the relevant documentation: - [ESLint](https://eslint.org/docs) itself - [typescript-eslint](https://typescript-eslint.io), which allows TypeScript files to be linted by ESLint