diff --git a/.eslintrc.js b/.eslintrc.js index fc169abef..88034d237 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -20,7 +20,8 @@ module.exports = { 'no-restricted-syntax': [ 'error', 'ObjectExpression > SpreadElement', - 'ObjectPattern > RestElement' + 'ObjectPattern > RestElement', + 'AwaitExpression' ] }, overrides: [