UNPKG

eslint-config-mts

Version:
9 lines (8 loc) 130 B
module.exports = { rules: { /** * async 函数中必须存在 await 语句 */ 'require-await': 'off', }, };