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

v0.3.0

Choose a tag to compare

@ikatyang ikatyang released this 04 May 11:51
· 393 commits to master since this release
  • [tslint] Upgrade v5.2.0
  • [enable-option] align: members, elements
  • [enable-rule] ordered-imports
  • [enable-rule] prefer-function-over-method
  • [enable-new-rule] no-object-literal-type-assertion
  • [enable-new-rule] no-irregular-whitespace ( disable same rule from tslint-eslint-rules )
  • [enable-new-rule] number-literal-format
  • [enable-new-rule] deprecation
  • [enable-new-rule] no-unnecessary-type-assertion
  • [adjust-rule] object-curly-spacing: never curly spacing in object
  • [adjust-rule] no-console: ban all console methods
  • [disable-new-rule] prefer-switch