Skip to content

Releases: UXPin/tslint-config-uxpin

1.5.0

06 Feb 14:13
Compare
Choose a tag to compare
  • (#7) Exclude import/export statements from max-line-length rule

1.3.0

25 Sep 08:15
Compare
Choose a tag to compare

Changes:

  • (#5) Disabled rule object-shorthand-properties-first to avoid conflicting with object-literal-sort-keys

1.2.0

12 Sep 10:02
Compare
Choose a tag to compare

Changes:

  • (#2) Enable ter-arrow-parens rule (always require parens in arrow function arguments)

1.1.0

12 Sep 09:32
Compare
Choose a tag to compare

Changes:

  • (#1) string[] type for simple lists but Array<GenericType<string>> for complex array types