chore(deps): update dependency prettier to v2.3.0 (#42074)
* chore(deps): update dependency prettier to v2.3.0 * chore: apply formating per prettier * fix: correctly disable import/no-unresolved Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Mrugesh Mohapatra <hi@mrugesh.dev> Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
@@ -32,9 +32,8 @@ function createQuestionEpic(action$, state$, { window }) {
|
||||
tap(() => {
|
||||
const state = state$.value;
|
||||
const files = challengeFilesSelector(state);
|
||||
const { title: challengeTitle, helpCategory } = challengeMetaSelector(
|
||||
state
|
||||
);
|
||||
const { title: challengeTitle, helpCategory } =
|
||||
challengeMetaSelector(state);
|
||||
const {
|
||||
navigator: { userAgent },
|
||||
location: { href }
|
||||
|
Reference in New Issue
Block a user