standard / ts-standard

Typescript style guide, linter, and formatter using StandardJS
https://www.npmjs.com/package/ts-standard
MIT License
464 stars 36 forks source link

fix(cli): fix lint errors from unknown catch #164

Closed mcfedr closed 3 years ago

mcfedr commented 3 years ago

What is the purpose of this pull request? (put an "X" next to item)

[ ] Documentation update [X] Bug fix [ ] New feature [ ] Other, please explain:

What changes did you make? (Give an overview)

Since Typescript updated the lint is failing on the project because of unknown catch - https://devblogs.microsoft.com/typescript/announcing-typescript-4-4/#use-unknown-catch-variables

Which issue (if any) does this pull request address?

Is there anything you'd like reviewers to focus on?

welcome[bot] commented 3 years ago

🎉 Congrats on getting your first pull request landed!