Skip to content

Commit

Permalink
chore(geo): replace deprecated lint rules suppressing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF committed Oct 5, 2024
1 parent 9ab49f3 commit fb08bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/geo/__tests__/testData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
];

Expand Down

0 comments on commit fb08bc0

Please sign in to comment.