[eslint config] v6.1.0

This commit is contained in:
Jordan Harband
2016-03-05 14:43:58 -08:00
parent 516297511a
commit 0ece94f5bf
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
6.1.0 / 2016-02-22
==================
- [new] enable [`react/prefer-stateless-function`][react/prefer-stateless-function]
- [dev deps] update `react-plugin-eslint`, `eslint`, `tape`
6.0.2 / 2016-02-22
==================
- [fix] disable [`no-confusing-arrow`][no-confusing-arrow] due to an `eslint` bug ([#752](https://github.com/airbnb/javascript/issues/752))

View File

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