module.exports = { rules: { /** * 禁止调用 any 类型的变量上的方法 */ '@typescript-eslint/no-unsafe-call': 'off', }, }