diff --git a/packages/eslint-config-javascript/index.js b/packages/eslint-config-javascript/index.js index fcaf5a5..dc78110 100644 --- a/packages/eslint-config-javascript/index.js +++ b/packages/eslint-config-javascript/index.js @@ -429,6 +429,9 @@ module.exports = { */ 'prefer-regex-literals': 'error', + /* + Asynchronous functions that don’t use await might not need to be asynchronous functions and could be the unintentional result of refactoring. + */ 'require-await': 'error', /*