Welcome to the No Pressure Community repository for the website. This is a public project, enabling the community to join and help us make the community better and better.
As an incidental part of this, I changed the eslint rule for no-unused-vars to the @typescript-eslint version instead, because I was gettuing complaints about an unused variable while trying to define a function type. Hope that's good by you!
Also I hopefully didn't miss anything serious, but let me know if there's anything you think could use changing/improving :)
@drunkenvalley I've implemented your suggested changes, thanks again :D Re-requesting review just to double check the changes before merging, but hopefully all in line with what you were thinking.
As an incidental part of this, I changed the eslint rule for
no-unused-vars
to the@typescript-eslint
version instead, because I was gettuing complaints about an unused variable while trying to define a function type. Hope that's good by you!Also I hopefully didn't miss anything serious, but let me know if there's anything you think could use changing/improving :)