module.exports = { rules: { /** * 禁止使用未定义的变量 */ 'no-undef': 'error', }, }