UNPKG

eslint-config-alloy

Version:
6 lines (5 loc) 97 B
// bad if 中定义的 var 在外面被使用了 if (foo) { var bar = 1; } console.log(bar);