3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 72
72
"babel-preset-airbnb" : " ^4.5.0" ,
73
73
"babel-tape-runner" : " ^3.0.0" ,
74
74
"eclint" : " ^2.8.1" ,
75
- "eslint" : " ^7.32.0 || ^8.2.0 " ,
75
+ "eslint" : " file:../eslint-config-airbnb/node_modules/eslint " ,
76
76
"eslint-find-rules" : " ^4.0.0" ,
77
77
"eslint-plugin-import" : " ^2.25.3" ,
78
78
"in-publish" : " ^2.0.1" ,
79
79
"safe-publish-latest" : " ^2.0.0" ,
80
80
"tape" : " ^5.3.2"
81
81
},
82
82
"peerDependencies" : {
83
- "eslint" : " ^7.32.0 || ^8.2.0 " ,
83
+ "eslint" : " file:../eslint-config-airbnb/node_modules/eslint " ,
84
84
"eslint-plugin-import" : " ^2.25.3"
85
85
},
86
86
"engines" : {
Original file line number Diff line number Diff line change
1
+ 19.0.4 / 2021-12-25
2
+ ==================
3
+ - republish to fix #2529
4
+
1
5
19.0.3 / 2021-12-24
2
6
==================
3
7
- [ patch] set ` namedComponents ` option to match style guide
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-airbnb" ,
3
- "version" : " 19.0.3 " ,
3
+ "version" : " 19.0.4 " ,
4
4
"description" : " Airbnb's ESLint config, following our styleguide" ,
5
5
"main" : " index.js" ,
6
6
"exports" : {
0 commit comments