You can also lint for comment directives! @typescript-eslint.io's `@typescript-eslint/ban-ts-comment` reports if you: * use a ts-ignore or ts-nocheck directive * forget to attach an explanation >3 characters on a ts-expect-error directive Use linting to enforce and teach best practices. 🧠 9/🧵
1 likes 1 replies
?