Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55219bf

Browse files
committed
v11.3.0
1 parent 8113927 commit 55219bf

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
11.3.0 / 2017-07-23
2+
==================
3+
- [deps] allow eslint v3 or v4 (#1447)
4+
- [deps] update `eslint-plugin-import`
5+
- [minor] Balanced spacing for inline block comments (#1440)
6+
- [minor] `no-return-assign`: strengthen linting against returning assignments
7+
- [patch] Allow jsx extensions for test files (#1427)
8+
- [patch] `no-restricted-globals`: add confusing globals; leave disabled for now (#1420)
9+
- [patch] Support Protractor config files in import/no-extraneous-dependencies (#1456)
10+
- [docs] Remove TODO in prefer-reflect as it's deprecated (#1452)
11+
- [docs] add yarn instructions (#1463, #1464)
12+
113
11.2.0 / 2017-05-14
214
==================
315
- [minor] Disallow unused global variables

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": "11.2.0",
3+
"version": "11.3.0",
44
"description": "Airbnb's base JS ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)