From 5631e07082d155685b46ebf1c1660787d4b8aeb9 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sat, 28 Sep 2024 21:09:40 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 3 ++- CONTRIBUTORS | 2 ++ docs/types/test.ts | 5 ++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a9a23..bbef7b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-09-21) +## Unreleased (2024-09-28)
@@ -12,6 +12,7 @@
+- [`abf0407`](https://github.com/stdlib-js/stdlib/commit/abf040787f6598438b0100a729a8331b7f80f62f) - **chore:** resolve lint errors in TS files _(by Philipp Burckhardt)_ - [`6e9f42e`](https://github.com/stdlib-js/stdlib/commit/6e9f42e4c912485d9896eaa16c88b70fd3688e97) - **docs:** harmonize list formatting in repl.txt and ensure starting newline _(by Philipp Burckhardt)_
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 147a89e..e7469a9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -21,6 +21,7 @@ Christopher Dambamuromo Dan Rose Daniel Killenberger Daniel Yu <40680511+Daniel777y@users.noreply.github.com> +Debashis Maharana Dominik Moritz Dorrin Sotoudeh EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com> @@ -99,6 +100,7 @@ Xiaochuan Ye Yernar Yergaziyev naveen nishant-s7 <97207366+nishant-s7@users.noreply.github.com> +olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com> orimiles5 <97595296+orimiles5@users.noreply.github.com> rainn <88160429+AmCodesLame@users.noreply.github.com> rei2hu diff --git a/docs/types/test.ts b/docs/types/test.ts index bb05ab4..30fe28f 100644 --- a/docs/types/test.ts +++ b/docs/types/test.ts @@ -26,11 +26,10 @@ import getter = require( './index' ); /** * Returns an array-like object supporting the get/set protocol. * -* @return array-like object +* @returns array-like object */ function accessorArray(): AccessorArrayLike { - let arr: AccessorArrayLike; - arr = { + const arr: AccessorArrayLike = { '0': 1, '1': 2, '2': 3,