bump standard linter

This commit is contained in:
Kevin Jahns
2021-10-14 16:18:50 +02:00
parent 085dda4cbd
commit e33c67fc72
6 changed files with 882 additions and 845 deletions

View File

@@ -324,7 +324,7 @@ export const init = (tc, { users = 5 } = {}, initTestObject) => {
*/
export const compare = users => {
users.forEach(u => u.connect())
while (users[0].tc.flushAllMessages()) {}
while (users[0].tc.flushAllMessages()) {} // eslint-disable-line
// For each document, merge all received document updates with Y.mergeUpdates and create a new document which will be added to the list of "users"
// This ensures that mergeUpdates works correctly
const mergedDocs = users.map(user => {