mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 10:38:03 -05:00
v19.0.4
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user