From fb08bc02f40ab018ef86a23131e10ea7f3193c22 Mon Sep 17 00:00:00 2001 From: Hui Zhao Date: Fri, 4 Oct 2024 18:22:31 -0700 Subject: [PATCH] chore(geo): replace deprecated lint rules suppressing comment --- packages/geo/__tests__/testData.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/geo/__tests__/testData.ts b/packages/geo/__tests__/testData.ts index 0fa60e1c6db..6e06d16a3e0 100644 --- a/packages/geo/__tests__/testData.ts +++ b/packages/geo/__tests__/testData.ts @@ -85,7 +85,7 @@ export const validCoordinates4: Coordinates = [ -123.14909934997559, 49.29132171993048, ]; export const validCoordinates5: Coordinates = [ - // eslint-disable-next-line @typescript-eslint/no-loss-of-precision + // eslint-disable-next-line no-loss-of-precision -123.14695358276361, 49.290090146520431, ];