[eslint config] v6.2.0

This commit is contained in:
Jordan Harband
2016-03-22 23:34:59 -07:00
parent ec898a67e0
commit ff6e1d0d08
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
6.2.0 / 2016-03-22
==================
- [new] Allow arrow functions in JSX props
- [fix] re-enable `no-confusing-arrow` rule, with `allowParens` option enabled ([#752](https://github.com/airbnb/javascript/issues/752), [#791](https://github.com/airbnb/javascript/issues/791))
- [dev deps] update `tape`, `eslint`, `eslint-plugin-react`
- [peer deps] update `eslint`, `eslint-plugin-react`
6.1.0 / 2016-02-22
==================
- [new] enable [`react/prefer-stateless-function`][react/prefer-stateless-function]

View File

@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb",
"version": "6.1.0",
"version": "6.2.0",
"description": "Airbnb's ESLint config, following our styleguide",
"main": "index.js",
"scripts": {