require-await. Disallow async functions which have no await expression ... const response = await fetch(DATA_URL); const data = await response.json(); ...
確定! 回上一頁