Skip to content

Commit c05ffb2

Browse files
committed
[eslint config] v19.0.1
1 parent 97a3238 commit c05ffb2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: packages/eslint-config-airbnb/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
19.0.1 / 2021-11-22
2+
==================
3+
- [fix] `whitespace`: update to support eslint 8 (#2517)
4+
- [deps] update `eslint-plugin-react`
5+
- [dev deps] update `tape`
6+
17
19.0.0 / 2021-11-10
28
==================
39
- [breaking] support `eslint` 8; drop `eslint` < 7

Diff for: 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": "19.0.0",
3+
"version": "19.0.1",
44
"description": "Airbnb's ESLint config, following our styleguide",
55
"main": "index.js",
66
"exports": {

0 commit comments

Comments
 (0)