# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [5.0.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v4.2.0...v5.0.0) (2021-12-12)

### ⚠ BREAKING CHANGES

* Update dependencies
  *  `eslint-config-airbnb`
     * `v18.2.1` to `v19.0.2`
  *  `@typescript-eslint`
     *  `v4.7.0` to `v5.6.0`
  *  `eslint(peerDependencies)`
     *   `"^5.16.0 || ^6.8.0 || ^7.2.0"` to `"^7.32.0 || ^8.2.0"`

### Features

* **deps:** upgrade `eslint-config-airbnb` and `[@typescript-eslint](https://github.com/typescript-eslint)` ([#98](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/98)) ([43729d8](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/43729d8517decfa25b1e1c7e2f24229ce9152ffa))

## [4.2.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v4.1.0...v4.2.0) (2021-03-16)


### Features

* Update TypeScript Support. ([#82](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/82)) ([91e73b3](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/91e73b38bf5b778a7989a1d3c4e3759bdb35e09e))


### Bug Fixes

* use no-shadow of [@typescript-eslint](https://github.com/typescript-eslint) instead of base rule ([#71](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/71)) ([319683c](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/319683cd43500e73140faae765bb88d0399ba6f3))

## [4.1.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v3.1.0...v4.1.0) (2020-11-21)


### ⚠ BREAKING CHANGES

* Update dependencies

### Features

* Update dependencies to work with TypeScript v4 ([#67](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/67)) ([116e92b](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/116e92b4f795492eea1f7355a5e3f813a2bd3907))


### Bug Fixes

* use no-shadow of [@typescript-eslint](https://github.com/typescript-eslint) instead of base rule ([#71](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/71)) ([319683c](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/319683cd43500e73140faae765bb88d0399ba6f3))

## [4.0.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v3.1.0...v4.0.0) (2020-11-14)


### ⚠ BREAKING CHANGES

* Update dependencies
  * `@typescript-eslint/eslint-plugin`: `^3.3.0` to `^4.7.0`
  * `@typescript-eslint/parser`: `^3.3.0` to `^4.7.0`
  * `eslint-config-airbnb`: `^18.2.0` to `^18.2.1`
  * `eslint-config-prettier`: `^6.11.0` to `^6.15.0`
  * `eslint-plugin-import`: `^2.21.2` to `^2.22.1`
  * `eslint-plugin-jsx-a11y`: `^6.3.1` to `^6.4.1`
  * `eslint-plugin-react`: `^7.20.0` to `^7.21.5`
  * `eslint-plugin-react-hooks`: `^4.0.4` to `^4.2.0`

### Features

* Update dependencies and Support TypeScript v4 ([#67](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/67)) ([116e92b](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/116e92b4f795492eea1f7355a5e3f813a2bd3907))

## [3.1.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v3.0.0...v3.1.0) (2020-06-22)


### Features

* Update eslint-config-airbnb to v18.2.0 and Support ESLint v7 ([#51](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/51)) ([9b1133c](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/9b1133cd3f0445a264881729bdd4b1ff50ecd9b1))
* Update eslint-config-prettier and eslint-plugin-prettier ([#52](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/52)) ([c9c720c](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/c9c720c670c51b85d835254ae6d1f7cee47713b7))

## [3.0.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v2.2.0...v3.0.0) (2020-06-22)


### ⚠ BREAKING CHANGES

* enable new rules in typescript-eslint/recommended

### Features

* Update typescript-eslint to v3 ([#50](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/50)) ([68e89cc](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/68e89cc363df48e32d67f10cf7523a5bb0025b7c))

## [2.2.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v2.1.1...v2.2.0) (2020-06-21)


### Features

* Support Prettier v2 ([#32](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/32)) ([64e5fbe](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/64e5fbe1a7d7d9327b06c2a8c5016aa3d52aaaa4))

### [2.1.1](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v2.1.0...v2.1.1) (2020-03-27)


### Bug Fixes

* move Prettier from deps to devDeps ([#38](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/38)) ([680dfbd](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/680dfbd8a35ad5659dfb5c5223bd5be4801aac73))
* **deps:** update dependency eslint-plugin-react-hooks to v3 ([#36](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/36)) ([0499e56](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/0499e561cd99897e67b5c40592dce8f65c86b2c4))

## [2.1.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v2.0.0...v2.1.0) (2020-03-24)


### Features

* Support `eslint-config-airbnb@18.1.0` ([#34](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/34)) ([866c829](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/866c8291aa016895f9c0804c6e17b5387ebc6033))

## [2.0.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v1.4.2...v2.0.0) (2020-03-24)


### ⚠ BREAKING CHANGES

* enables airbnb/hooks

### Features

* enables airbnb/hooks ([#33](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/33)) ([3758eb0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/3758eb01c0a5db1c33f41b0654da317d024fba0a))

### [1.4.2](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v1.4.1...v1.4.2) (2019-12-19)


### Bug Fixes

* import/extensions error for ts and tsx ([#26](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/26)) ([8999650](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/8999650))



### [1.4.1](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v1.4.0...v1.4.1) (2019-11-21)



## [1.4.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v1.3.0...v1.4.0) (2019-09-12)


### Features

* add support for TypeScript 3.6 ([#18](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/18)) ([b2dfd55](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/b2dfd55))



## [1.3.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v1.2.1...v1.3.0) (2019-08-29)


### Features

* Support ESLint v6 ([#16](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/16)) ([c3b52c7](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/c3b52c7)), closes [/github.com/typescript-eslint/typescript-eslint/issues/853#issuecomment-521528629](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/issuecomment-521528629)



### [1.2.1](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v1.2.0...v1.2.1) (2019-06-28)


### Tests

* add .eslintrc.js and sample code ([4de54e3](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/4de54e3))
* **deps:** add deps and test scripts ([b47d78e](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/b47d78e))
* **deps:** install react ([437efd5](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/437efd5))
* add config for circleci ([0b0892d](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/0b0892d))
* add tsconfig.json ([2285361](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/2285361))



## [1.2.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v1.1.0...v1.2.0) (2019-06-17)


### Bug Fixes

* remove unnecessary config ([4a4931e](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/4a4931e))


### Features

* add some rules ([8376c17](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/8376c17))



## 1.1.0 (2019-06-16)


### Features

* add eslint config airbnb, typescript, prettier ([d1785a0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/d1785a0))
