module.exports = { rules: { /** * 条件表达式禁止是永远为真(或永远为假)的 */ '@typescript-eslint/no-unnecessary-condition': 'off', }, }