[eslint config] [base] v11.1.1

This commit is contained in:
Jordan Harband
2017-03-03 13:35:36 -08:00
parent 1f5999b2ed
commit be0315eda1
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
11.1.1 / 2017-03-03
==================
- [deps] update `eslint`
- [patch] enable `ignoreRestSiblings` in `no-unused-vars`
11.1.0 / 2017-01-08
==================
- [minor] enable `no-multi-assign`

View File

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