File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
packages/eslint-config-airbnb-base Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
13
11.2.0 / 2017-05-14
2
14
==================
3
15
- [ minor] Disallow unused global variables
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-airbnb-base" ,
3
- "version" : " 11.2 .0" ,
3
+ "version" : " 11.3 .0" ,
4
4
"description" : " Airbnb's base JS ESLint config, following our styleguide" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments