1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Update eslint plugin & fix silly indenting

As per matrix-org/eslint-plugin-matrix-org#15
this caused a bunch of silly indenting to creep in, so this fixes it
back to the previous style.
This commit is contained in:
David Baker
2021-08-03 17:15:25 +01:00
parent be8ecce995
commit 3ca84cfc49
3 changed files with 5 additions and 5 deletions

View File

@@ -154,7 +154,7 @@ export function createClient(opts: ICreateClientOpts | string) {
}
opts.request = opts.request || requestInstance;
opts.store = opts.store || new MemoryStore({
localStorage: global.localStorage,
localStorage: global.localStorage,
});
opts.scheduler = opts.scheduler || new MatrixScheduler();
opts.cryptoStore = opts.cryptoStore || cryptoStoreFactory();