module.exports = { rules: { /** * 禁止对使用 const 定义的常量重新赋值 */ 'no-const-assign': 'error', }, }