An ESLint warning was recently added for @ts-ignore, however, that warning is failing the pre-commit check. This is due to both warnings and errors being combined.
It would be great to raise warnings to users, but in the sense of the word they shouldn't fail the check.
@spalger do you have some background on why these are combined?
An ESLint warning was recently added for
@ts-ignore, however, that warning is failing the pre-commit check. This is due to both warnings and errors being combined.It would be great to raise warnings to users, but in the sense of the word they shouldn't fail the check.
@spalger do you have some background on why these are combined?