File tree 2 files changed +10
-1
lines changed
packages/eslint-config-airbnb 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
10
14.1.0 / 2017-02-05
2
11
==================
3
12
- [ patch] allow ` eslint-plugin-jsx-a11y ` to be v3 or v4. Remove ` no-marquee ` rule temporarily.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-airbnb" ,
3
- "version" : " 14.1 .0" ,
3
+ "version" : " 15.0 .0" ,
4
4
"description" : " Airbnb's ESLint config, following our styleguide" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments