mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 00:28:25 -05:00
v3.0.0
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
3.0.0 / 2016-01-04
|
||||
==================
|
||||
- [breaking] enable `quote-props` rule (#632)
|
||||
- [breaking] Define a max line length of 100 characters (#639)
|
||||
- [breaking] [react] Minor cleanup for the React styleguide, add `react/jsx-no-bind` (#619)
|
||||
- [breaking] update best-practices config to prevent parameter object manipulation (#627)
|
||||
- [minor] Enable react/no-is-mounted rule (#635, #633)
|
||||
- [minor] Sort react/prefer-es6-class alphabetically (#634)
|
||||
- [minor] enable react/prefer-es6-class rule
|
||||
- Permit strict mode in "legacy" config
|
||||
- [react] add missing rules from eslint-plugin-react (enforcing where necessary) (#581)
|
||||
- [dev deps] update `eslint-plugin-react`
|
||||
|
||||
2.1.1 / 2015-12-15
|
||||
==================
|
||||
- [fix] Remove deprecated react/jsx-quotes (#622)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-config-airbnb",
|
||||
"version": "2.1.1",
|
||||
"version": "3.0.0",
|
||||
"description": "Airbnb's ESLint config, following our styleguide",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user