Skip to content

Commit

Permalink
v19.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 25, 2021
1 parent baaa5e8 commit d4e39c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config-airbnb-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@
"babel-preset-airbnb": "^4.5.0",
"babel-tape-runner": "^3.0.0",
"eclint": "^2.8.1",
"eslint": "^7.32.0 || ^8.2.0",
"eslint": "file:../eslint-config-airbnb/node_modules/eslint",
"eslint-find-rules": "^4.0.0",
"eslint-plugin-import": "^2.25.3",
"in-publish": "^2.0.1",
"safe-publish-latest": "^2.0.0",
"tape": "^5.3.2"
},
"peerDependencies": {
"eslint": "^7.32.0 || ^8.2.0",
"eslint": "file:../eslint-config-airbnb/node_modules/eslint",
"eslint-plugin-import": "^2.25.3"
},
"engines": {
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config-airbnb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
19.0.4 / 2021-12-25
==================
- republish to fix #2529

19.0.3 / 2021-12-24
==================
- [patch] set `namedComponents` option to match style guide
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.3",
"version": "19.0.4",
"description": "Airbnb's ESLint config, following our styleguide",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit d4e39c9

Please sign in to comment.