chore: disallow async/await usage in src
This commit is contained in:
parent
438754a0d1
commit
e47b1ca6d6
@ -20,7 +20,8 @@ module.exports = {
|
||||
'no-restricted-syntax': [
|
||||
'error',
|
||||
'ObjectExpression > SpreadElement',
|
||||
'ObjectPattern > RestElement'
|
||||
'ObjectPattern > RestElement',
|
||||
'AwaitExpression'
|
||||
]
|
||||
},
|
||||
overrides: [
|
||||
|
Loading…
Reference in New Issue
Block a user