module.exports = { rules: { /** * 禁止使用类型别名 */ '@typescript-eslint/no-type-alias': 'off', }, }