Skip to content
This repository was archived by the owner on Aug 30, 2019. It is now read-only.

1.0.0

Choose a tag to compare

@mrmlnc mrmlnc released this 17 Dec 16:34
· 88 commits to master since this release

Breaking changes:

  • Update to TSLint 4.0.0
    • Removed no-duplicate-key rule (covered by compiler)
    • Removed no-unreachable (covered by compiler)
    • Removed no-unused-variable rule. This is checked by the TypeScript v2 compiler using the flags --noUnusedParameters and --noUnusedLocals.

New rules:

  • ter-indent equivalent to indent
  • ter-prefer-arrow-callback equivalent to prefer-arrow-callback
  • ter-arrow-parens equivalent to arrow-parens
  • ter-arrow-spacing equivalent to arrow-spacing
  • dot-notation rule
  • object-curly-spacing rule
  • no-duplicate-imports rule
  • no-labels rule