module.exports = { rules: { /** * 禁止使用 with * @reason 编译阶段就会报错了 */ 'no-with': 'off', }, }