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

Releases: codeschool/cs-tslint-rules

Release v3.1.2

20 Apr 22:44
Compare
Choose a tag to compare

Changed

  • Removed ext-variable-name rule for "default"

Release v3.1.1

20 Apr 22:43
Compare
Choose a tag to compare

Changed

  • Removed ext-variable-name rule for "variable"

Fixed

  • Removed tslint-eslint-rules dependency since that isn't being used yet

Release v3.1.0

20 Apr 22:43
Compare
Choose a tag to compare

Changed

  • Removed conditional-expression-parens rule
  • Removed ext-variable-name rule for "variable", "const"

Fixed

  • Fixed version of tslint that is required by project ^4.5.1

Release v3.0.1

20 Apr 18:48
Compare
Choose a tag to compare

Fixed

  • Update README.md with instructions for including the new vrsource-tslint-rules in a project

Release v3.0.0

20 Apr 18:46
Compare
Choose a tag to compare

Added

  • New dependency on rules from vrsource-tslint-rules
  • Added conditional-expression-parens, dot-notation, ext-variable-name, literal-spacing, multiline-arrow, no-duplicate-imports, and prefer-literal rules from vrsource-tslint-rules to tslint-base.json

Release v2.0.0

19 Apr 19:53
Compare
Choose a tag to compare

Changed

  • Removed no-forward-ref codelyzer rule from tslint-ng2.json
  • Changed no-inferrable-types from false to [true, "ignore-params"]
  • Changed trailing-comma for multiline from "never" to "always"
  • Changed one-line properties to "check-catch", "check-finally", "check-else", "check-open-brace", "check-whitespace"
  • Changed whitespace options to "check-branch", "check-decl", "check-operator", "check-module", "check-separator", "check-type", "check-preblock"

Release 1.1.1

17 Mar 20:43
Compare
Choose a tag to compare

Fixed

  • Support for codelyzer 3.x for tslint-ng2.json

Release v1.1.0

28 Feb 20:02
Compare
Choose a tag to compare

Changed

  • Removed no-magic-numbers rule from tslint-base.json
  • Removed object-literal-sort-keys rule from tslint-base.json
  • Changed max-file-line-count rule from 500 to 600 lines

Release v1.0.1

06 Feb 05:58
Compare
Choose a tag to compare

Fixed

  • Set correct type name for Bluebird promise (Bluebird) for no-floating-promises rule.

Release v1.0.0

06 Feb 02:01
Compare
Choose a tag to compare

Added

  • Created initial versions of tslint-base.json and tslint-ng2.json.