[eslint config] [base] v11.1.3

This commit is contained in:
Jordan Harband
2017-04-03 15:44:14 -07:00
parent 74071a809c
commit e43bdd98d5
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
11.1.3 / 2017-04-03
==================
- [patch] add error messages to `no-restricted-syntax` (#1353)
- [deps] update `eslint`
11.1.2 / 2017-03-25
==================
- [patch] `no-param-reassign`: add ignorePropertyModificationsFor (#1325)

View File

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