UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 135 B
module.exports = { rules: { /** * 必须使用 x = x + y 而不是 x += y */ 'operator-assignment': 'off', }, };