Skip to content

Commit a3355f9

Browse files
committed
[eslint config] v18.1.0
1 parent e7062c3 commit a3355f9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/eslint-config-airbnb/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
18.1.0 / 2020-03-12
2+
==================
3+
- [minor] Support eslint-plugin-react-hooks@2 (#2090)
4+
- [minor] add new disabled rules, update eslint
5+
- [fix] `whitespace`: only set erroring rules to "warn"
6+
- [patch] Remove duplicate `componentDidCatch` (#2108)
7+
- [patch] Add `static-variables` to `sort-comp` rule (#2109)
8+
- [readme] clarify hooks section in readme (#2074)
9+
- [deps] update `eslint`, `eslint-plugin-react`, `eslint-plugin-react-hooks`, `eslint-config-airbnb-base`, `eslint-plugin-import`, `object.entries`
10+
- [dev deps] update `@babel/runtime`, `babel-preset-airbnb`, `safe-publish-latest`, `tape`
11+
- [tests] re-enable eslint rule `prefer-destructuring` internally (#2110)
12+
- [tests] fix eslint errors from c66cfc3 (#2112)
13+
114
18.0.1 / 2019-08-13
215
==================
316
- [patch] `react/state-in-constructor`: fix incorrect configuration

packages/eslint-config-airbnb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-airbnb",
3-
"version": "18.0.1",
3+
"version": "18.1.0",
44
"description": "Airbnb's ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)