Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Releases: iamturns/eslint-config-airbnb-typescript

v6.3.1

25 Nov 10:33
427ea70

Choose a tag to compare

6.3.1 (2019-11-25)

Bug Fixes

  • Fix incorrect no-undef errors when exporting default interfaces (#51) (427ea70)

v6.3.0

14 Nov 10:31
1d01455

Choose a tag to compare

6.3.0 (2019-11-14)

Features

  • Force new release (new peer dependency) (1d01455)

v6.2.0

14 Nov 10:21

Choose a tag to compare

6.2.0 (2019-11-14)

Features

  • Add support for optional chaining (#44) (9da708c)

v6.1.0

10 Nov 00:32

Choose a tag to compare

6.1.0 (2019-11-10)

Features

  • Apply special import parsing for TypeScript files (#39) (8d3d7b7), closes #36

v6.0.0

24 Oct 03:34

Choose a tag to compare

6.0.0 (2019-10-24)

Features

BREAKING CHANGES

  • @typescript-eslint/quotes rule is now active. This may cause new linting errors.

v5.1.0

23 Oct 10:19

Choose a tag to compare

5.1.0 (2019-10-23)

Features

  • Remove arrow-parens rule override (#20) (50fd435)

v5.0.0

19 Sep 12:19
70e86f9

Choose a tag to compare

5.0.0 (2019-09-19)

Features

  • Update dependencies, support ESLint v6 (#17) (70e86f9)

BREAKING CHANGES

  • New and updated linting rules bubbled up from latest Airbnb version.

New dependencies and dependency versions required within your app.

Using airbnb-typescript?

npm install eslint-config-airbnb-typescript@latest \
            eslint-plugin-import@^2.18.2 \
            eslint-plugin-jsx-a11y@^6.2.3 \
            eslint-plugin-react@^7.14.3 \
            eslint-plugin-react-hooks@^1.7.0 \
            @typescript-eslint/eslint-plugin@^2.3.0 \
            --save-dev

Using airbnb-typescript/base (no React support)?

npm install eslint-config-airbnb-typescript@latest \
            eslint-plugin-import@^2.18.2 \
            @typescript-eslint/eslint-plugin@^2.3.0 \
            --save-dev

v4.0.1

11 Jul 10:56
12da121

Choose a tag to compare

4.0.1 (2019-07-11)

Bug Fixes

v4.0.0

08 May 10:54
bca94c4

Choose a tag to compare

4.0.0 (2019-05-08)

Bug Fixes

  • arrow-parens rule breaking TS syntax for HOC in fix mode (bca94c4)

BREAKING CHANGES

  • parentheses are no longer required for block body

v3.0.0

20 Apr 06:00
7badd6d

Choose a tag to compare

3.0.0 (2019-04-20)

chore

  • force release with previous breaking change (7badd6d)

BREAKING CHANGES

  • Linting applies to all files, including JS (previously only linting .ts and .tsx files)