You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-01 04:43:29 +03:00
Update ESLint
* Bump version * Add a couple of rules to match our existing precedent * Fix a few genuine lint errors * Ignore a guard-for-in (not sure why eslint doesn't like this?) * Update max warnings
This commit is contained in:
@@ -34,7 +34,6 @@ import utils from "./utils";
|
||||
* rather than asking the server to do an initial sync on startup.
|
||||
*/
|
||||
class SyncAccumulator {
|
||||
|
||||
/**
|
||||
* @param {Object} opts
|
||||
* @param {Number=} opts.maxTimelineEntries The ideal maximum number of
|
||||
|
||||
Reference in New Issue
Block a user