You've already forked matrix-js-sdk
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user