Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit 6c637b9

Browse files
committed
[eslint config] v6.0.2
1 parent 33f1ddb commit 6c637b9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/eslint-config-airbnb/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
6.0.1 / 2016-02-21
26
==================
37
- [fix] disable `newline-per-chained-call` due to an `eslint` bug (#748)

packages/eslint-config-airbnb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-airbnb",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "Airbnb's ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)