## 6.0.0

- [cbf533a](https://github.com/vuejs/eslint-config-airbnb/commit/cbf533a) feat!: update [base config to v15](https://github.com/airbnb/javascript/blob/d8cb404da74c302506f91e5928f30cc75109e74d/packages/eslint-config-airbnb-base/CHANGELOG.md#1500--2021-11-08), supporting eslint 8
- [fcd8c1b](https://github.com/vuejs/eslint-config-airbnb/commit/fcd8c1b) feat: make `@vue/cli-service` an optional peer dependency
- [4093ced](https://github.com/vuejs/eslint-config-airbnb/commit/4093ced) feat: add [`eslint-plugin-vuejs-accessibility`](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility)

## 5.3.0

- [eed80e2](https://github.com/vuejs/eslint-config-airbnb/commit/eed80e2) chore: update eslint-import-resolver-webpack
- [a7526f7](https://github.com/vuejs/eslint-config-airbnb/commit/a7526f7) feat: accept vue cli v5 alpha as peer dependency

## 5.1.0

- [41753a6](https://github.com/vuejs/eslint-config-airbnb/commit/41753a6) feat: update deps, support eslint v7 and fix bugs 


## 5.0.2

- [f23bbcc](https://github.com/vuejs/eslint-config-airbnb/commit/f23bbcc) refactor: use full path for resolvers

## 5.0.1

- [59a9528](https://github.com/vuejs/eslint-config-airbnb/commit/59a9528) fix: should not complain about node standard libraries

## 5.0.0

- [9d93e6b](https://github.com/vuejs/eslint-config-airbnb/commit/9d93e6b) `@vue/cli-service` is required as a peer dependency
- [5d5e048](https://github.com/vuejs/eslint-config-airbnb/commit/5d5e048) `eslint-plugin-import` is required as a peer dependency
- [49bbed7](https://github.com/vuejs/eslint-config-airbnb/commit/49bbed7) update the base config to v14, supports eslint v6 and drops eslint v4 support

## 4.0.1

* [#3961](https://github.com/vuejs/vue-cli/pull/3961) airbnb lint should not warn on vuex state mutation ([@LinusBorg](https://github.com/LinusBorg))

## 4.0.0

### Chore

* update base configs ([683018e](https://github.com/vuejs/vue-cli/commit/683018e))

### Features

* update to ESLint v5 ([7ccf7b3](https://github.com/vuejs/vue-cli/commit/7ccf7b3)), closes [#2322](https://github.com/vuejs/vue-cli/issues/2322) [#2704](https://github.com/vuejs/vue-cli/issues/2704)

### BREAKING CHANGES

* now requires eslint v5 as peer dependency
