Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit 286e845

Browse files
committed
v3.0.0
1 parent 81c5847 commit 286e845

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/eslint-config-airbnb/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
2.1.1 / 2015-12-15
215
==================
316
- [fix] Remove deprecated react/jsx-quotes (#622)

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

0 commit comments

Comments
 (0)