## [11.0.2](https://github.com/contentful/eslint-config-backend/compare/v11.0.1...v11.0.2) (2024-11-22)


### Bug Fixes

* Update README.md [] ([#207](https://github.com/contentful/eslint-config-backend/issues/207)) ([94d2e9c](https://github.com/contentful/eslint-config-backend/commit/94d2e9cabd649f4eaa0799f1e1a4f2da8bba32c8))

## [11.0.1](https://github.com/contentful/eslint-config-backend/compare/v11.0.0...v11.0.1) (2024-11-07)


### Bug Fixes

* add `mocha/handle-done-callback` ([8ce6de0](https://github.com/contentful/eslint-config-backend/commit/8ce6de00cc0603f715f03fc6afbfde8b81c74608))
* don't apply recommended rules ([76639ef](https://github.com/contentful/eslint-config-backend/commit/76639effa116140ce1df47bb8f8179351a942aed))

# [11.0.0](https://github.com/contentful/eslint-config-backend/compare/v10.3.1...v11.0.0) (2024-11-07)


* feat!: ESLint v9 and major config revamp ([7d03c89](https://github.com/contentful/eslint-config-backend/commit/7d03c89cc7e67f9d2429ab77c6914ba3c1ab4a23))


### BREAKING CHANGES

* eslint v9 and several major changes

## [10.3.1](https://github.com/contentful/eslint-config-backend/compare/v10.3.0...v10.3.1) (2024-03-12)


### Bug Fixes

* dependabot ([5fe15d5](https://github.com/contentful/eslint-config-backend/commit/5fe15d589853a38d3013c10762858e904b60c166))

# [10.3.0](https://github.com/contentful/eslint-config-backend/compare/v10.2.1...v10.3.0) (2024-02-07)


### Features

* [MEC-505] - migrate to GH packages ([e4b409a](https://github.com/contentful/eslint-config-backend/commit/e4b409a3c605afb8fa0fb40afbd54468c910faec))

## [10.2.1](https://github.com/contentful/eslint-config-backend/compare/v10.2.0...v10.2.1) (2023-01-24)


### Bug Fixes

* [] Fix semantic release ([#94](https://github.com/contentful/eslint-config-backend/issues/94)) ([c45f9e7](https://github.com/contentful/eslint-config-backend/commit/c45f9e7cb0acffe96fb73b6970fccde29dd9cee9))

# [10.2.0](https://github.com/contentful/eslint-config-backend/compare/v10.1.0...v10.2.0) (2023-01-05)


### Features

* [] Grant permissions for secrets from CI ([#82](https://github.com/contentful/eslint-config-backend/issues/82)) ([78b8f25](https://github.com/contentful/eslint-config-backend/commit/78b8f25da370a55f8dd8741199bd1d0eaa9ce771))

# [10.1.0](https://github.com/contentful/eslint-config-backend/compare/v10.0.0...v10.1.0) (2022-07-13)


### Features

* update to new version ([e1c1a5f](https://github.com/contentful/eslint-config-backend/commit/e1c1a5f739e6ba26ddad7bb0e5e97db5986024f4))

# [10.0.0](https://github.com/contentful/eslint-config-backend/compare/v9.0.0...v10.0.0) (2022-02-02)


### Features

* update to eslint 8 ([1412fdf](https://github.com/contentful/eslint-config-backend/commit/1412fdf43da5fc183dce59cb01568c74315e50a1))


### BREAKING CHANGES

* This version updates the necessary peer dependencies in order to support ESLint 8.

# Change Log
All notable changes to this project will be documented in this file.

## v9.0.0 - 2021-07-28
### Changed
- add unicorn plugin as peer dep

## v8.1.0 - 2021-07-27
### Added
- add eslint rule to enforce kebab-case filenames

## v7.0.1 - 2020-08-11
### Fixed
- use correct config for mocha/handle-done-callback
- allow other majors

## v7.0.0 - 2019-07-10
### Changed
- Update the version of eslint-config-standard

## v6.1.0 - 2019-04-05
### Changed
- Add a clarification about he pre-commit linting

## v6.0.1 - 2018-01-15
## v6.0.0 - 2017-08-10
## v5.0.0 - 2017-07-27
### Fixed
- explicitly state error cases for `no-use-before-define`
- Add required packages to install instructions

## v4.0.0 - 2017-07-11
### Changed
- Bump eslint-plugin-standard to 3.0.1
