module.exports = { rules: { /** * 测试表达式中的布尔类型禁止与 true 或 false 直接比较 */ '@typescript-eslint/no-unnecessary-boolean-literal-compare': 'off', }, }