File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
packages/eslint-config-airbnb Expand file tree Collapse file tree 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+
11014.1.0 / 2017-02-05
211==================
312- [ 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 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" : {
You can’t perform that action at this time.
0 commit comments