From 589b0e6f5d1be8a35a2ab7da31496a09cc527c8d Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 12 Nov 2023 15:20:55 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - CONTRIBUTORS | 2 +- docs/types/test.ts | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 3966b70..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-11-01T00:45:09.425Z diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0dae4fe..3bc3576 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -29,6 +29,7 @@ Ognjen Jevremović Philipp Burckhardt Pranav Goswami Ricky Reusser +Robert Gislason Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com> Ryan Seal Seyyed Parsa Neshaei @@ -37,4 +38,3 @@ Stephannie Jiménez Gacha Yernar Yergaziyev orimiles5 <97595296+orimiles5@users.noreply.github.com> rei2hu -Robert Gislason diff --git a/docs/types/test.ts b/docs/types/test.ts index 1daba3a..7fc50ea 100644 --- a/docs/types/test.ts +++ b/docs/types/test.ts @@ -23,6 +23,6 @@ import MILLISECONDS_IN_MINUTE = require( './index' ); // The variable is a number... { - // tslint:disable-next-line:no-unused-expression + // eslint-disable-next-line @typescript-eslint/no-unused-expressions MILLISECONDS_IN_MINUTE; // $ExpectType number }