Skip to content

Releases: iamturns/eslint-config-airbnb-typescript

v2.1.0

19 Apr 07:38
50f7d36
Compare
Choose a tag to compare

2.1.0 (2019-04-19)

Features

v2.0.0

13 Apr 01:09
1fbb80d
Compare
Choose a tag to compare

2.0.0 (2019-04-13)

Bug Fixes

  • disable eslint rules that are incompatible with typescript (#5) (1fbb80d)

BREAKING CHANGES

  • Config may find additional linting errors for: camelcase, indent, no-array-constructor, and no-unused-vars.

v1.2.0

13 Apr 00:14
Compare
Choose a tag to compare

1.2.0 (2019-04-13)

Features

  • add @typescript-eslint/no-unused-vars rule (#3) (171cabd)

v1.1.0

27 Jan 03:36
464b085
Compare
Choose a tag to compare

1.1.0 (2019-01-27)

Features

  • only apply config to ts files (#2) (464b085)

v1.0.1

23 Jan 00:16
Compare
Choose a tag to compare

1.0.1 (2019-01-23)

Bug Fixes

  • no such file ./lib/shared when consumed (db07ced)

v1.0.0

22 Jan 10:59
9dfafd3
Compare
Choose a tag to compare

1.0.0 (2019-01-22)

Features