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

Fix CI errors #602

Merged
merged 6 commits into from
Sep 11, 2023
Merged

Fix CI errors #602

merged 6 commits into from
Sep 11, 2023

Conversation

tamiroh
Copy link
Contributor

@tamiroh tamiroh commented Sep 10, 2023

To fix the CI errors, I mainly updated the svelte config in .eslintrc.

See comments for other fixes and additional information.

"parser": "@typescript-eslint/parser"
},
"rules": {
"no-undef": "off" // TODO: remove this line
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Here I temporarily suppressing the no-undef errors, which currently occurs for global objects such as window, app and so on. I can't solve this problem right now, so this is a temporary work around.

@tamiroh tamiroh marked this pull request as ready for review September 10, 2023 14:40
@tamiroh tamiroh mentioned this pull request Sep 10, 2023
src/main.ts Outdated Show resolved Hide resolved
Co-authored-by: Vinzent <vinzentwitte@gmail.com>
@Vinzent03
Copy link
Collaborator

Thanks for the fixes!

@Vinzent03 Vinzent03 merged commit f20e785 into denolehov:master Sep 11, 2023
4 checks passed
@tamiroh tamiroh deleted the fix-ci branch September 11, 2023 13: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.

None yet

2 participants