module.exports = { rules: { /** * 禁止在接口中定义 constructor,或在类中定义 new */ '@typescript-eslint/no-misused-new': 'off', }, }