open-ibc / vibc-core-smart-contracts

Apache License 2.0
29 stars 23 forks source link

Fix lint-check errors in vibc-core repo #212

Open RnkSngh opened 1 month ago

RnkSngh commented 1 month ago

fix the ~100 errors caused by running npm lint-check + add a CI check for this

most of these are due to usage of any type, and require some systematic thinking to ensure that our ts code compiles while also passing the npm run lint-check. This will require some thought, though it shouldn't be a tremendous amount of effort