module.exports = { rules: { /** * 条件判断必须传入布尔值 */ '@typescript-eslint/strict-boolean-expressions': 'off', }, }