kisstkondoros / codemetrics

VSCode extension which shows the complexity information for TypeScript class members
Other
404 stars 20 forks source link

integration with husky #93

Closed levi-pires closed 3 years ago

levi-pires commented 3 years ago

It would be wonderful if there was an integration between your extension and husky. This could be used to prevent commits with complex code.

kisstkondoros commented 3 years ago

The core of the extension is available as an npm package, with that anyone could do this. See #56 for a similar request.