module.exports = { rules: { /** * 禁止使用保留字作为变量名 */ 'no-shadow-restricted-names': 'error', }, }