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 afc2cc3 commit 152bd5eCopy full SHA for 152bd5e
packages/eslint-config-airbnb/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+19.0.2 / 2021-12-02
2
+==================
3
+ - [meta] fix "exports" path (#2525)
4
+ - [Tests] re-enable tests disabled for the eslint 8 upgrade
5
+
6
19.0.1 / 2021-11-22
7
==================
8
- [fix] `whitespace`: update to support eslint 8 (#2517)
packages/eslint-config-airbnb/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb",
- "version": "19.0.1",
+ "version": "19.0.2",
"description": "Airbnb's ESLint config, following our styleguide",
"main": "index.js",
"exports": {
0 commit comments