Skip to content

Configure linting for i15-1 and fix linting errors#50

Merged
douglaswinter merged 3 commits into
mainfrom
dw/i15-1-lint
Jun 3, 2026
Merged

Configure linting for i15-1 and fix linting errors#50
douglaswinter merged 3 commits into
mainfrom
dw/i15-1-lint

Conversation

@douglaswinter
Copy link
Copy Markdown
Collaborator

Fixes #48

Comment thread apps/i15-1/src/AppProviders.tsx Outdated
<InstrumentSessionProvider>
<Provider store={store(config)}>
<QueryClientProvider client={new QueryClient()}>
<BlueapiProvider api={api}>{children}</BlueapiProvider>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We seem to have lost UserAuthProvider, which was sitting between the QueryClientProvider and the BlueapiProvider.

If we do want to remove this, I think it should be separate from these changes

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, that was unintentional and is now back

Copy link
Copy Markdown
Contributor

@EmsArnold EmsArnold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks for sorting this out!

@douglaswinter douglaswinter merged commit 0fb4811 into main Jun 3, 2026
2 checks passed
@douglaswinter douglaswinter deleted the dw/i15-1-lint branch June 3, 2026 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No linting is running on I15-1 app

2 participants