Skip to content

Commit 58e6cd3

Browse files
committed
[eslint config] v15.0.0
1 parent 0449d9b commit 58e6cd3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/eslint-config-airbnb/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
15.0.0 / 2017-05-14
2+
==================
3+
- [breaking] set default React version to 0.15
4+
- [breaking] `update eslint-plugin-jsx-a11y` to v5, enable new rules
5+
- [breaking] `update eslint-plugin-react` to v7, enable new rules
6+
- [minor] enable rules: `jsx-max-props-per-line`, `void-dom-elements-no-children`
7+
- [patch] Turn `ignorePureComponent` option on for react/prefer-stateless-function (#1378, #1398)
8+
- [deps] update `eslint`, `eslint-plugin-react`, `eslint-config-airbnb-base`
9+
110
14.1.0 / 2017-02-05
211
==================
312
- [patch] allow `eslint-plugin-jsx-a11y` to be v3 or v4. Remove `no-marquee` rule temporarily.

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

0 commit comments

Comments
 (0)