# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/p3ol/eslint-config/compare/v2.0.2...v3.0.0) (2023-06-08)

**Note:** Version bump only for package @poool/eslint-plugin





## [2.0.2](https://github.com/p3ol/eslint-config/compare/v2.0.1...v2.0.2) (2022-11-04)

**Note:** Version bump only for package @poool/eslint-plugin





## [2.0.1](https://github.com/p3ol/eslint-config/compare/v2.0.0...v2.0.1) (2022-09-15)

**Note:** Version bump only for package @poool/eslint-plugin





# [2.0.0](https://github.com/p3ol/eslint-config/compare/v1.5.2...v2.0.0) (2022-06-01)

**Note:** Version bump only for package @poool/eslint-plugin





## [1.5.2](https://github.com/p3ol/eslint-config/compare/v1.5.1...v1.5.2) (2022-04-19)

**Note:** Version bump only for package @poool/eslint-plugin





# [1.5.0](https://github.com/p3ol/eslint-config/compare/v1.4.2...v1.5.0) (2021-05-18)

**Note:** Version bump only for package @poool/eslint-plugin





## [1.4.2](https://github.com/p3ol/eslint-config/compare/v1.4.1...v1.4.2) (2020-11-26)

**Note:** Version bump only for package @poool/eslint-plugin





# [1.4.0](https://github.com/p3ol/eslint-config/compare/v1.3.6...v1.4.0) (2020-11-25)


### Features

* **plugin:** extend no-unneeded-ternary for expression statements ([ce64c32](https://github.com/p3ol/eslint-config/commit/ce64c328ae56ff1c568c27f9c9f7532b072fe5bb))





## [1.3.3](https://github.com/p3ol/eslint-config/compare/v1.3.2...v1.3.3) (2020-11-02)

**Note:** Version bump only for package @poool/eslint-plugin





## [1.3.1](https://github.com/p3ol/eslint-config/compare/v1.3.0...v1.3.1) (2020-10-29)


### Bug Fixes

* **plugin:** fix missing @babel/eslint-parser compatibility ([62074fa](https://github.com/p3ol/eslint-config/commit/62074fa395d8bb0541eb61a4e77e3963afa44e8c))





# [1.3.0](https://github.com/p3ol/eslint-config/compare/v1.2.5...v1.3.0) (2020-10-29)


### Features

* **plugin:** force require eslint 7 ([38e7f79](https://github.com/p3ol/eslint-config/commit/38e7f79046d07787f9eac5f2b3de8187a65a2855))





## [1.2.4](https://github.com/p3ol/eslint-config/compare/v1.2.3...v1.2.4) (2020-10-26)


### Bug Fixes

* **plugin:** allow multiline wrapping parens for conditional & arrow expressions ([afed7c0](https://github.com/p3ol/eslint-config/commit/afed7c09a4e64d73511202308948471f78f4ec69))





## [1.2.3](https://github.com/p3ol/eslint-config/compare/v1.2.2...v1.2.3) (2020-07-13)


### Bug Fixes

* **plugin:** handle new spread & double unary awaits for no-extra-parens ([a42d794](https://github.com/p3ol/eslint-config/commit/a42d79448257c3a670df203d611afdfc67b61973))





## [1.2.2](https://github.com/p3ol/eslint-config/compare/v1.2.1...v1.2.2) (2020-06-15)


### Bug Fixes

* **plugin:** handle spread over wrapped await ([b069546](https://github.com/p3ol/eslint-config/commit/b069546d32ba5b9e4a61d9f15a971d8bb91ed960))





## [1.2.1](https://github.com/p3ol/eslint-config/compare/v1.2.0...v1.2.1) (2020-06-15)


### Bug Fixes

* **plugin:** avoid only checking variable declarators ([631a6e6](https://github.com/p3ol/eslint-config/commit/631a6e6f9a2fdbb5403b88ed69011cdcdf8ddba9))





# [1.2.0](https://github.com/p3ol/eslint-config/compare/v1.1.5...v1.2.0) (2020-06-15)


### Bug Fixes

* **plugin:** allow extra parenthesis inside while condition ([988102f](https://github.com/p3ol/eslint-config/commit/988102fdacd2279cc758270dfd1436a695a51494))
* **plugin:** downgrade extra parenthesis to warning by default ([72961e8](https://github.com/p3ol/eslint-config/commit/72961e83931b0c773417c0c50c0a0784538708d7))


### Features

* add new custom camelcase rule to fix default rule with OptionalMemberExpressions ([d82498e](https://github.com/p3ol/eslint-config/commit/d82498eb8e587b19b026034cf7ae30eca027c188))





## [1.1.4](https://github.com/p3ol/eslint-config/compare/v1.1.3...v1.1.4) (2020-06-12)


### Bug Fixes

* **plugin:** allow parens around spread with logical expressions ([8ed4693](https://github.com/p3ol/eslint-config/commit/8ed46935646909ae49397eae560333f5f824b35a))





## [1.1.3](https://github.com/p3ol/eslint-config/compare/v1.1.2...v1.1.3) (2020-06-12)

**Note:** Version bump only for package @poool/eslint-plugin





## [1.1.1](https://github.com/p3ol/eslint-config/compare/v1.1.0...v1.1.1) (2020-06-12)


### Bug Fixes

* **plugin:** handle old eslint < 5 ExperimentalSpreadProperty ASTNode type ([7479e13](https://github.com/p3ol/eslint-config/commit/7479e13b672ead6cde0791dae4d2bd556d939877))





# [1.1.0](https://github.com/p3ol/eslint-config/compare/v1.0.3...v1.1.0) (2020-06-12)


### Features

* **plugin:** add new eslint plugin with custom rules ([feba5cc](https://github.com/p3ol/eslint-config/commit/feba5cc843a3aa036a8713e98ea724ace2b8dab2))
