Skip to content

Commit 5495541

Browse files
committedJun 18, 2020
[eslint config] v18.2.0
1 parent 197b50c commit 5495541

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎packages/eslint-config-airbnb/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
18.2.0 / 2020-06-18
2+
==================
3+
- [new] add `eslint` `v7` (#2240)
4+
- [minor] Allow using `eslint-plugin-react-hooks` v3 and v4 (#2235, #2207)
5+
- [minor] Fix typo in no-multiple-empty-lines rule (#2168)
6+
- [patch] set `explicitSpread` to ignore for `react/jsx-props-no-spreading` (#2237)
7+
- [patch] relax `eslint-plugin-react-hooks` down to v2.3, due to a controversial change in v2.5
8+
- [readme] fix typo (#2194)
9+
- [deps] update `eslint-config-airbnb-base`, `eslint-plugin-jsx-a11y`, `eslint-plugin-import`, `eslint-plugin-react`, `babel-preset-airbnb`, `eslint-find-rules`, `in-publish`, `tape`, `object.entries`
10+
- [tests] fix for eslint 7
11+
112
18.1.0 / 2020-03-12
213
==================
314
- [minor] Support eslint-plugin-react-hooks@2 (#2090)

‎packages/eslint-config-airbnb/package.json

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

0 commit comments

Comments
 (0)
Failed to load comments.