UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 186 B
module.exports = { rules: { /** * 禁止在 return 语句里使用 await * @category Best Practices */ 'no-return-await': 'error' } };