ArchGPT / insomnium

Insomnium is a fast local API testing tool that is privacy-focused and 100% local. For testing GraphQL, REST, WebSockets and gRPC. This is a fork of Kong/insomnia
MIT License
3.38k stars 158 forks source link

Fix eslint errors and re-enable it as part of the PR checks #63

Closed Perryvw closed 11 months ago

Perryvw commented 11 months ago

This PR looks scary but really all I did was disable some eslint rules, reduce some others to warning, and then auto-fixed all of the remaining errors and warnings.

Linting is not useful when you have linting errors all over the place and no attempt to follow it, so this Is an attempt to get this back in line.

Also added the linting step back to the workflow checks run as part of a pull request.

archywillhe commented 11 months ago

aw thanks! appreciate this!

archywillhe commented 11 months ago

aw I really need to turn on my prettier; wasn't aware I was missing so many semicolons