UNPKG

eslint-config-alloy

Version:
10 lines (8 loc) 196 B
// good 在测试表达式中使用 === if (foo === 0) { // do something } // good 使用括号将测试表达式中的赋值语句包起来了 if (bar === (foo = 0)) { // do something }