pxlsspace / PxlsBot

Modular Discord bot
ISC License
4 stars 2 forks source link

Use linting rules that require type checking #12

Closed netux closed 3 years ago

netux commented 3 years ago

This is a continuation of the addition of eslint to lint Typescript files.

The default @typescript-eslint/recommended doesn't include rules that require type checking, so this PR includes @typescript-eslint/recommended-requiring-type-checking rules to check for those too.

Due to the new rules being enforced, some miscellaneous changes were done:

This PR also: