UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 158 B
module.exports = { rules: { /** * 禁止对没有 then 方法的对象使用 await */ '@typescript-eslint/await-thenable': 'off', }, };