Skip to content

Commit d4e39c9

Browse files
committedDec 25, 2021
v19.0.4
1 parent baaa5e8 commit d4e39c9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed
 

‎packages/eslint-config-airbnb-base/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@
7272
"babel-preset-airbnb": "^4.5.0",
7373
"babel-tape-runner": "^3.0.0",
7474
"eclint": "^2.8.1",
75-
"eslint": "^7.32.0 || ^8.2.0",
75+
"eslint": "file:../eslint-config-airbnb/node_modules/eslint",
7676
"eslint-find-rules": "^4.0.0",
7777
"eslint-plugin-import": "^2.25.3",
7878
"in-publish": "^2.0.1",
7979
"safe-publish-latest": "^2.0.0",
8080
"tape": "^5.3.2"
8181
},
8282
"peerDependencies": {
83-
"eslint": "^7.32.0 || ^8.2.0",
83+
"eslint": "file:../eslint-config-airbnb/node_modules/eslint",
8484
"eslint-plugin-import": "^2.25.3"
8585
},
8686
"engines": {

‎packages/eslint-config-airbnb/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
19.0.4 / 2021-12-25
2+
==================
3+
- republish to fix #2529
4+
15
19.0.3 / 2021-12-24
26
==================
37
- [patch] set `namedComponents` option to match style guide

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

0 commit comments

Comments
 (0)
Failed to load comments.