syntaxcheck

July 10, 2018 ยท View on GitHub

:mag: requires type information :x: not enabled in recommended preset

Reports syntax errors as lint errors.

Rationale

There are several reasons this rule might be helpful for your setup:

  • display errors in files that require a processor instead of executing the whole build toolchain
  • single command to ensure your code has no syntax or lint errors

If you are executing the TypeScript compiler anyway, this rule is not necessary for you. It just adds additional overhead in this case.