File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
packages/eslint-config-airbnb Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ 3.0.0 / 2016-01-04
2+ ==================
3+ - [ breaking] enable ` quote-props ` rule (#632 )
4+ - [ breaking] Define a max line length of 100 characters (#639 )
5+ - [ breaking] [ react] Minor cleanup for the React styleguide, add ` react/jsx-no-bind ` (#619 )
6+ - [ breaking] update best-practices config to prevent parameter object manipulation (#627 )
7+ - [ minor] Enable react/no-is-mounted rule (#635 , #633 )
8+ - [ minor] Sort react/prefer-es6-class alphabetically (#634 )
9+ - [ minor] enable react/prefer-es6-class rule
10+ - Permit strict mode in "legacy" config
11+ - [ react] add missing rules from eslint-plugin-react (enforcing where necessary) (#581 )
12+ - [ dev deps] update ` eslint-plugin-react `
13+
1142.1.1 / 2015-12-15
215==================
316 - [ fix] Remove deprecated react/jsx-quotes (#622 )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-airbnb" ,
3- "version" : " 2.1.1 " ,
3+ "version" : " 3.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