Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Release v9.0.0

Latest
Compare
Choose a tag to compare
@nwronski nwronski released this 29 Aug 03:05

Added

  • Added new Codelyzer rules from latest versions to tslint-ng2.json

Changed

  • Removed no-any rule as it is nearly impossible to enforce without making exceptions
  • Removed max-classes-per-file rule
  • Changed ban rule to [ true, [ "window", "isNaN", "describe.only", "it.only" ] ]

Fixed

  • Fixed format for ban rule options