Skip to content

Commit 52e710c

Browse files
committed
[eslint config] v19.0.0
1 parent 1bc8cab commit 52e710c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: packages/eslint-config-airbnb/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
19.0.0 / 2021-11-10
2+
==================
3+
- [breaking] support `eslint` 8; drop `eslint` < 7
4+
- [patch] Explain why `react/jsx-key` is turned off (#2474)
5+
- [fix] bump eslint-plugin-react-hooks peer dependency version (#2356)
6+
- [patch] Alphabetize the rules for react-a11y.js (#2407)
7+
- [Docs] HTTP => HTTPS (#2489)
8+
- [readme] clarify hooks requirement (#2482)
9+
- [deps] update `eslint-config-airbnb-base`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `eslint-plugin-react-hooks`, `safe-publish-latest`, `eslint-plugin-import`, `object.entries`
10+
- [meta] add `--no-save` to link scripts
11+
- [meta] use `prepublishOnly` script for npm 7+
12+
- [dev deps] update `@babel/runtime`, `tape`
13+
114
18.2.1 / 2020-11-06
215
==================
316
- [patch] remove deprecated `jsx-a11y/accessible-emoji` rule (#2322)

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

0 commit comments

Comments
 (0)