module.exports = { rules: { /** * 必须使用 === 或 !==,禁止使用 == 或 != */ 'vue/eqeqeq': 'off', }, }