Skip to content

v1.6.0

Compare
Choose a tag to compare
@sverweij sverweij released this 03 Dec 22:16
· 2120 commits to main since this release

Changes since v1.5.0:

  • Support for typescript out of the box - no pre-processing/ transpilation necessary anymore (:boom:!)
  • Other changes
    • dot reporter:
      • adds the violated rule in a tooltip
      • adds a link to the source (for modules that could be resolved to files)
    • err reporter:
      • only exit with a non-zero exit code when there's at least one error (leaving warnings and informational message)
      • small layout tweaks