module.exports = { rules: { /** * async 函数的返回值必须是 Promise */ '@typescript-eslint/promise-function-async': 'off', }, }