Skip to content

Commit

Permalink
[eslint config] v19.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 22, 2021
1 parent 97a3238 commit c05ffb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/eslint-config-airbnb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
19.0.1 / 2021-11-22
==================
- [fix] `whitespace`: update to support eslint 8 (#2517)
- [deps] update `eslint-plugin-react`
- [dev deps] update `tape`

19.0.0 / 2021-11-10
==================
- [breaking] support `eslint` 8; drop `eslint` < 7
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb",
"version": "19.0.0",
"version": "19.0.1",
"description": "Airbnb's ESLint config, following our styleguide",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit c05ffb2

Please sign in to comment.