[Code Style] Disallow outer shadowing

031a46aa8e (commitcomment-17561082)
This commit is contained in:
Victor Woeltjen 2016-05-20 11:38:36 -07:00
parent f9631ff4c5
commit e468080373

View File

@ -16,7 +16,7 @@
"define",
"Promise"
],
"shadow": "inner",
"shadow": "outer",
"strict": "implied",
"undef": true,
"unused": "vars"