module.exports = { rules: { /** * 禁止滥用 toString 方法 */ '@typescript-eslint/no-base-to-string': 'off', }, }