build(eslint): allow numbered agent objects

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2021-12-07 17:32:01 +01:00
parent ae52f70ef9
commit bcb75a1d04

View file

@ -26,7 +26,7 @@ module.exports = {
assertFunctionNames: [ assertFunctionNames: [
'expect', 'expect',
'request.**.expect', 'request.**.expect',
'agent.**.expect', 'agent[0-9]?.**.expect',
], ],
}, },
], ],