mirror of https://github.com/espruino/BangleApps
gipy: disabling lints for wasm files
parent
4ceebd72ee
commit
5b66b7ae86
|
@ -1,6 +1,8 @@
|
||||||
|
|
||||||
# Needs to be ignored because it uses ESM export/import
|
# Needs to be ignored because it uses ESM export/import
|
||||||
apps/gipy/pkg/gps.js
|
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
|
# Needs to be ignored because it includes broken JS
|
||||||
apps/health/chart.min.js
|
apps/health/chart.min.js
|
||||||
|
|
Loading…
Reference in New Issue