[eslint config] [base] v7.1.0

This commit is contained in:
Jordan Harband
2016-09-11 14:06:19 -07:00
parent 6a72781121
commit 715dea6598
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
7.1.0 / 2016-09-11
==================
- [minor] enable `arrow-parens` rule
7.0.1 / 2016-09-10
==================
- [patch] loosen `max-len` by ignoring strings

View File

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