Skip to content

Latest commit

 

History

History
90 lines (45 loc) · 4.68 KB

CHANGELOG.md

File metadata and controls

90 lines (45 loc) · 4.68 KB

0.5.0 (2018-01-24)

Bug Fixes

  • tslint-config: 'blank-lines' doesn't support Windows line-break style (#22) (fe16dfe)
  • tslint-config: 'blank-lines' false positives for methods (#23) (cd92cdc)

Features

  • tslint-config: object-literal-key-quotes: as-needed (#28) (8d3a25b)

0.4.0 (2017-12-08)

Bug Fixes

  • tslint-config: error in config for rule 'no-import-side-effect' (#11) (9ea29c8)

Features

  • tslint-config: change config value for "no-multiline-string" (#21) (d2bc6aa)
  • tslint-config: change config value for "no-this-assignment" (#20) (f71464b)
  • tslint-config: Console output not allowed (#15) (fb40bf4)
  • tslint-config: Removed underscore-before-private (#18) (7f31414)
  • tslint-config: rule for setting blank lines count for blocks (#19) (144bfba)
  • tslint-config: Single arg arrow func MUST has parens (#14) (17b4c42)
  • tslint-config: Use array literal syntax when declaring or instantiating array types (#10) (da1df70)

0.3.0 (2017-12-01)

Chores

  • tslint-config: updated npm dev dependencies (2b0e473)

Features

  • tslint-config: Improving rules for tslint:recommend (#4) (f1c63f0)
  • tslint-config: New rule underscore-before-private (#7) (5591b0b)
  • tslint-config: TSLint corrections + legacy compatibility rules (#3) (cacb787)

0.2.0 (2017-11-09)

Chores

  • tslint-config: updated codelyzer version (9b6b48d)

0.1.3 (2017-10-03)

Chores

  • added "quotemark" rule (caf948f)
  • added override for TSLint rules (e4961de)
  • added override rules for TSLint Microsoft (c90ad00)
  • tslint-config: bumped version number to 0.1.3 (7f45f50)

0.1.1 (2017-09-26)

Chores

  • tools: added build TS scripts (d36ec17)
  • tools: remove scope cli (46dbdd4)
  • tslint-config: added first rules and contribs guides (254db54)
  • tslint-config: added initial files (97410d1)