module.exports = { rules: { /** * 禁止将变量或属性的类型设置为 any */ '@typescript-eslint/no-unsafe-assignment': 'off', }, }