module.exports = { rules: { /** * 禁止连续赋值,比如 foo = bar = 1 */ 'no-multi-assign': 'off', }, }