mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
build(eslint): allow numbered agent objects
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
ae52f70ef9
commit
bcb75a1d04
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ module.exports = {
|
|||
assertFunctionNames: [
|
||||
'expect',
|
||||
'request.**.expect',
|
||||
'agent.**.expect',
|
||||
'agent[0-9]?.**.expect',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue