Relative Content

Tag Archive for typescripteslinttypescript-eslint

Is there a linter for a missing typescript Type member?

I am trying to find a way to trigger a console lint error (or even a build error) when a Type member is called, but does not exist. Currently, I would have to know and open the offending file to see the error. This makes it easy to send bugs to production. Looking at eslint and typescript-eslint, there does not seem to be a rule for this. Anyone have a suggestion to add this check?