module.exports = { rules: { /** * 禁止导出指定的变量名 */ 'no-restricted-exports': 'off', }, }