Skip to content

Commit dfbeaae

Browse files
committed
[eslint config] v16.0.0
1 parent e5b5aee commit dfbeaae

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/eslint-config-airbnb/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
16.0.0 / 2017-10-06
2+
==================
3+
- [breaking] [deps] require `eslint` `v4`, update `eslint-config-airbnb-base`
4+
- [breaking] [deps] Upgrade `eslint-plugin-jsx-a11y` to `v6`; enable more a11y rules (#1482)
5+
- [breaking] enable/add react rules: `react/jsx-curly-brace-presence`, `react/no-typos`, `react/no-unused-state`, `react/no-redundant-should-component-update`, `react/default-props-match-prop-types`
6+
- [new] add `propWrapperFunctions` default settings for `eslint-plugin-react`
7+
- [new] Enable `react/jsx-closing-tag-location` (#1533)
8+
- [deps] update `eslint` v4, `eslint-plugin-react`, `tape`
9+
- [docs] Specify yarn-specific install instructions (#1511)
10+
111
15.1.0 / 2017-07-24
212
==================
313
- [deps] allow eslint v3 or v4 (#1447)

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": "15.1.0",
3+
"version": "16.0.0",
44
"description": "Airbnb's ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)