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 5987975..fcc4cc1 100644 --- a/docs/types/test.ts +++ b/docs/types/test.ts @@ -23,6 +23,6 @@ import FLOAT32_PINF = require( './index' ); // The export is a number... { - // tslint:disable-next-line:no-unused-expression + // eslint-disable-next-line @typescript-eslint/no-unused-expressions FLOAT32_PINF; // $ExpectType number }