Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NONE: Re-enable eslint rules #2556

Merged
merged 1 commit into from
Nov 20, 2023
Merged

NONE: Re-enable eslint rules #2556

merged 1 commit into from
Nov 20, 2023

Conversation

atraversatlassian
Copy link
Collaborator

What's in this PR?
Lint

Why
Lint

Added feature flags
None

Affected issues
NONE

How has this been tested?
Tests

Whats Next?
Lint

@atraversatlassian atraversatlassian requested a review from a team as a code owner November 16, 2023 23:00
@@ -40,7 +40,7 @@ export const GithubServerAppMiddleware = async (req: Request, res: Response<any,
res.locals.gitHubAppId = gitHubServerApp.id;
res.locals.gitHubAppConfig = {
gitHubAppId: gitHubServerApp.id,
appId: gitHubServerApp.appId,
appId: String(gitHubServerApp.appId),
Copy link
Contributor

@bgvozdev bgvozdev Nov 20, 2023

Choose a reason for hiding this comment

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

Just wondering about the justification of this change :) Could you please clarify in a few words? 🙏

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The parent object is now more strongly typed. In other usage it is used as a String this makes this invocation consistent with that typing expectation

@atraversatlassian atraversatlassian merged commit 82fd9fe into main Nov 20, 2023
5 checks passed
@atraversatlassian atraversatlassian deleted the NONE-eslint-5 branch November 20, 2023 02:17
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.

2 participants