This commit is contained in:
Jordan Harband
2021-12-25 07:34:29 -08:00
parent baaa5e8d26
commit 6ed797575f
3 changed files with 7 additions and 3 deletions

View File

@@ -72,7 +72,7 @@
"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",
@@ -80,7 +80,7 @@
"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": {

View File

@@ -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

View File

@@ -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": {