[eslint config] [base] v11.3.2

This commit is contained in:
Jordan Harband
2017-08-22 15:54:17 -07:00
parent 5637c8f4c0
commit f1cc91c88a
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
11.3.2 / 2017-08-22
==================
- [patch] Add jest.config.js to import/no-extraneous-dependencies devDeps (#1522)
- [patch] Improve Gruntfile glob pattern (#1503)
- [deps] update `eslint` v4, `tape`
- [docs] Specify yarn-specific install instructions (#1511)
11.3.1 / 2017-07-24
==================
- [fix] `legacy`: remove top-level `ecmaFeatures`

View File

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