module.exports = { rules: { /** * 禁止范型的类型有默认值时,将范型设置为该默认值 */ '@typescript-eslint/no-unnecessary-type-arguments': 'off', }, }