32 lines
1.2 KiB
Markdown
32 lines
1.2 KiB
Markdown
## 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
|