module.exports = { rules: { /** * 禁止将自己与自己比较 */ 'no-self-compare': 'error', }, }