Skip to content

Commit b178cf9

Browse files
committed
[eslint config] [base] v11.0.0
1 parent 4a005b1 commit b178cf9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/eslint-config-airbnb-base/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
11.0.0 / 2016-12-11
2+
==================
3+
- [breaking] enable `no-await-in-loop`
4+
- [patch] disable `no-duplicate-imports` rule (#1188, #1195, #1054)
5+
- [patch] `import/no-extraneous-dependencies`: add some comments to ignore patterns
6+
- [patch] add `import/no-extraneous-dependencies` ignore patterns for test files (#1174)
7+
- [patch] `import/no-extraneous-dependencies`: added ignore patterns for config files (#1168)
8+
- [deps] update `eslint`, `eslint-plugin-import`, `tape`
9+
110
10.0.1 / 2016-11-07
211
==================
312
- [fix] legacy config should not require `**`

packages/eslint-config-airbnb-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-airbnb-base",
3-
"version": "10.0.1",
3+
"version": "11.0.0",
44
"description": "Airbnb's base JS ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)