[web] Upgrade Prettier to match version in monorepo root (#6231)

GitOrigin-RevId: 02f97af1b9704782eee77a0b7dfc477ada23e34d
This commit is contained in:
Alf Eaton
2022-01-11 09:03:23 +00:00
committed by Copybot
parent f3f0be5c56
commit 50df230846
153 changed files with 2151 additions and 2232 deletions
@@ -63,8 +63,8 @@ describe('UserPagesController', function () {
'./UserGetter': this.UserGetter,
'./UserSessionsManager': this.UserSessionsManager,
'../Errors/ErrorController': this.ErrorController,
'../Authentication/AuthenticationController': this
.AuthenticationController,
'../Authentication/AuthenticationController':
this.AuthenticationController,
'../Authentication/SessionManager': this.SessionManager,
request: (this.request = sinon.stub()),
},