Releases: UXPin/tslint-config-uxpin
Releases · UXPin/tslint-config-uxpin
1.5.0
- (#7) Exclude import/export statements from max-line-length rule
1.3.0
Changes:
- (#5) Disabled rule
object-shorthand-properties-first
to avoid conflicting with object-literal-sort-keys
1.2.0
Changes:
- (#2) Enable
ter-arrow-parens
rule (always require parens in arrow function arguments)
1.1.0
Changes:
- (#1)
string[]
type for simple lists but Array<GenericType<string>>
for complex array types