Is there an error baseline feature for Typescript

82 views Asked by At

The PHP linter "Psalm" has a feature called baseline. It can be used to "ignore" errors that are tracked by a baseline file but prevent new errors from accumulating. This is useful in larger or legacy codebases where there are lots of errors that you can't fix right away but you still want to use linting to prevent new errors on incoming code changes.

Is there such a thing for typescript?

0

There are 0 answers