UNPKG

eslint-config-alloy

Version:
4 lines (3 loc) 101 B
// good 使用圆括号或花括号 let x = foo => (a ? 1 : 2); let y = foo => { return a ? 1 : 2 };