demergent-labs / azle

A WebAssembly runtime for TypeScript and JavaScript on ICP
MIT License
190 stars 33 forks source link

Add explicit return types to all functions #1738

Open bdemann opened 2 months ago

bdemann commented 2 months ago

We want to make sure that all of our functions have explicit return types. There is a linting rule that we can use to help enforce that.

@typescript-eslint/explicit-function-return-type

At the moment it has a lot of problems so we are going to need to set apart a lot of time to tackle all of them