[eslint config] v6.0.2

This commit is contained in:
Jordan Harband
2016-02-22 14:49:34 -08:00
parent 33f1ddb4c5
commit 6c637b97d9
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
6.0.2 / 2016-02-22
==================
- [fix] disable `no-confusing-arrow` due to an `eslint` bug (#752)
6.0.1 / 2016-02-21
==================
- [fix] disable `newline-per-chained-call` due to an `eslint` bug (#748)

View File

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