module.exports = { rules: { /** * async 函数中必须存在 await 语句 */ 'require-await': 'off', }, }