module.exports = { rules: { /** * 禁止将 undefined 赋值给变量 */ 'no-undef-init': 'error', }, }