most of the time it's not that useful. it can help you comb through code to find common errors but static analysis tools that existed long before already help you catch most of those.

Reply to this note

Please Login to reply.

Discussion

If you're running Typescript and feeling lazy, you can do "npm run check" and then just copy-paste the result into the API form and it'll fix it. Faster than typing yourself, once you get beyond a few errors or a simple search-and-replace, like during a major rewrite.