[eslint config] [base] v11.0.0

This commit is contained in:
Jordan Harband
2016-12-11 23:09:49 -08:00
parent 4a005b1322
commit b178cf9be0
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
11.0.0 / 2016-12-11
==================
- [breaking] enable `no-await-in-loop`
- [patch] disable `no-duplicate-imports` rule (#1188, #1195, #1054)
- [patch] `import/no-extraneous-dependencies`: add some comments to ignore patterns
- [patch] add `import/no-extraneous-dependencies` ignore patterns for test files (#1174)
- [patch] `import/no-extraneous-dependencies`: added ignore patterns for config files (#1168)
- [deps] update `eslint`, `eslint-plugin-import`, `tape`
10.0.1 / 2016-11-07
==================
- [fix] legacy config should not require `**`

View File

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