We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a3238 commit c05ffb2Copy full SHA for c05ffb2
packages/eslint-config-airbnb/CHANGELOG.md
@@ -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
+
7
19.0.0 / 2021-11-10
8
==================
9
- [breaking] support `eslint` 8; drop `eslint` < 7
packages/eslint-config-airbnb/package.json
@@ -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": {
0 commit comments