We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f1ddb commit 6c637b9Copy full SHA for 6c637b9
packages/eslint-config-airbnb/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+6.0.2 / 2016-02-22
2
+==================
3
+- [fix] disable `no-confusing-arrow` due to an `eslint` bug (#752)
4
+
5
6.0.1 / 2016-02-21
6
==================
7
- [fix] disable `newline-per-chained-call` due to an `eslint` bug (#748)
packages/eslint-config-airbnb/package.json
@@ -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": {
0 commit comments