module.exports = { rules: { /** * 禁止对没有 then 方法的对象使用 await */ '@typescript-eslint/await-thenable': 'off', }, }