UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 159 B
module.exports = { rules: { /** * async 函数的返回值必须是 Promise */ '@typescript-eslint/promise-function-async': 'off', }, };