module.exports = { rules: { /** * 禁止调用 Promise 时没有处理异常情况 */ '@typescript-eslint/no-floating-promises': 'off', }, }