This repository was archived by the owner on Jun 20, 2024. It is now read-only.
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
+
1
14
2.1.1 / 2015-12-15
2
15
==================
3
16
- [ fix] Remove deprecated react/jsx-quotes (#622 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-airbnb" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 3.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