Skip to content

Commit bdba997

Browse files
committed
[eslint config] v18.0.0
1 parent 1e0a696 commit bdba997

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

packages/eslint-config-airbnb/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
18.0.0 / 2019-08-10
2+
==================
3+
- [breaking] add eslint v6, drop eslint v4
4+
- [deps] [breaking] update `eslint-config-airbnb-base`, `eslint-plugin-react`, `eslint-find-rules`, `eslint-plugin-import`
5+
- [breaking] Remove rules/strict from 'extends' (#1962)
6+
- [breaking] set react version to "detect"
7+
- [breaking] disable `label-has-for`; enable `control-has-associated-label`
8+
- [breaking] enable `react/jsx-props-no-spreading`
9+
- [breaking] enable `react/jsx-fragments`
10+
- [minor] enable `react/static-property-placement`
11+
- [minor] enable `react/state-in-constructor`
12+
- [minor] enable `react/jsx-curly-newline`
13+
- [react] Add missing/unsafe lifecycle methods to react/sort-comp rule (#2043)
14+
- [react] add componentDidCatch to lifecycle for react/sort-comp (#2060)
15+
- [react] add `react-hooks` plugin (#2022)
16+
- [dev deps] update babel-related deps to latest
17+
- [tests] only run tests in non-lint per-package travis job
18+
- [tests] use `eclint` instead of `editorconfig-tools`
19+
- [meta] add disabled config for new react and a11y rules
20+
21+
122
17.1.1 / 2019-07-01
223
==================
324
- [patch] Turn off `react/no-multi-comp` (#2006)

packages/eslint-config-airbnb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-airbnb",
3-
"version": "17.1.1",
3+
"version": "18.0.0",
44
"description": "Airbnb's ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)