mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 05:58:04 -05:00
[eslint config] v6.0.2
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user