module.exports = { rules: { /** * 禁止使用返回值为 void 的函数的返回值 */ '@typescript-eslint/no-confusing-void-expression': 'off', }, };