From 4872e9a693f27fe2af934ff45ab463fb635ae4de Mon Sep 17 00:00:00 2001 From: Maxim Srour Date: Fri, 12 Dec 2025 22:02:48 +1100 Subject: [PATCH] docs: remove duplicate entry for "jsdoc/ts-prefer-function-type" --- .README/README.md | 1 - README.md | 1 - 2 files changed, 2 deletions(-) diff --git a/.README/README.md b/.README/README.md index 94c037978..469ef37f8 100644 --- a/.README/README.md +++ b/.README/README.md @@ -284,7 +284,6 @@ Finally, enable all of the rules that you would like to use. "jsdoc/sort-tags": 1, "jsdoc/tag-lines": 1, // Recommended "jsdoc/text-escaping": 1, - "jsdoc/ts-prefer-function-type": 1, "jsdoc/ts-method-signature-style": 1, "jsdoc/ts-prefer-function-type": 1, "jsdoc/ts-no-unnecessary-template-expression": 1, diff --git a/README.md b/README.md index ad0089e66..f304a5168 100644 --- a/README.md +++ b/README.md @@ -311,7 +311,6 @@ Finally, enable all of the rules that you would like to use. "jsdoc/sort-tags": 1, "jsdoc/tag-lines": 1, // Recommended "jsdoc/text-escaping": 1, - "jsdoc/ts-prefer-function-type": 1, "jsdoc/ts-method-signature-style": 1, "jsdoc/ts-prefer-function-type": 1, "jsdoc/ts-no-unnecessary-template-expression": 1,