Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Releases: iamturns/eslint-config-airbnb-typescript

v10.0.0

05 Sep 11:47
0f5adee
Compare
Choose a tag to compare

10.0.0 (2020-09-05)

chore

  • deps: upgrade to typescript-eslint v4 (#129) (0f5adee)

BREAKING CHANGES

  • deps: Update @typescript-eslint/eslint-plugin to ^4.0.1

v9.0.0

18 Jul 11:57
e45ff0f
Compare
Choose a tag to compare

9.0.0 (2020-07-18)

Features

BREAKING CHANGES

  • Update eslint to v7
  • Update peer dependencies by re-running install command in README

v8.0.2

04 Jun 01:00
fee8359
Compare
Choose a tag to compare

8.0.2 (2020-06-04)

Bug Fixes

v8.0.1

03 Jun 15:09
54686e9
Compare
Choose a tag to compare

8.0.1 (2020-06-03)

Bug Fixes

  • Allow PascalCase variables for React components (#103) (54686e9)

v8.0.0

03 Jun 10:53
51229f9
Compare
Choose a tag to compare

8.0.0 (2020-06-03)

Features

BREAKING CHANGES

  • Dropped support for Node 8
  • Dropped support for TypeScript 3.2

v7.2.1

10 Apr 08:19
f9765f3
Compare
Choose a tag to compare

7.2.1 (2020-04-10)

Bug Fixes

  • disable unnecessary module resolution check for TypeScript files (#85) (f9765f3)

v7.2.0

17 Mar 10:59
cd0b0e2
Compare
Choose a tag to compare

7.2.0 (2020-03-17)

Features

  • Update to latest dependencies (cd0b0e2)

v7.1.0

17 Mar 10:52
a123ed5
Compare
Choose a tag to compare

7.1.0 (2020-03-17)

Features

v7.0.0

09 Feb 00:14
faf7a74
Compare
Choose a tag to compare

7.0.0 (2020-02-09)

chore

  • Update to latest [@typescript-eslint](https://github.com/typescript-eslint) (#63) (faf7a74)

BREAKING CHANGES

  • You must set parserOptions.project within your ESLint config file. You must upgrade your local dependency of @typescript-eslint/eslint-plugin to 2.19.0. For more details, see PR #63.

v6.3.2

08 Feb 22:38
4dd9348
Compare
Choose a tag to compare

6.3.2 (2020-02-08)

Bug Fixes

  • no-dupe-class-members error when overloading methods (#62) (4dd9348)