UNPKG

eslint-config-alloy

Version:
7 lines (6 loc) 138 B
// good if 代码块内使用函数表达式而不是函数声明 if (foo) { let bar = function () { // do something }; }