From 5b66b7ae86e66c502e96cc9eac32414467f25ba1 Mon Sep 17 00:00:00 2001 From: frederic wagner Date: Mon, 26 Aug 2024 11:08:46 +0200 Subject: [PATCH] gipy: disabling lints for wasm files --- .eslintignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintignore b/.eslintignore index 1e3abd9ff..a82960313 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,6 +1,8 @@ # Needs to be ignored because it uses ESM export/import apps/gipy/pkg/gps.js +apps/gipy/pkg/gps.d.ts +apps/gipy/pkg/gps_bg.wasm.d.ts # Needs to be ignored because it includes broken JS apps/health/chart.min.js