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+
11311.2.0 / 2017-05-14
214==================
315 - [ minor] Disallow unused global variables
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments