module.exports = { rules: { /** * 必须使用 x = x + y 而不是 x += y */ 'operator-assignment': 'off', }, }