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

Linting no longer works in api/ and lib/ #523

Closed
ekzyis opened this issue Sep 26, 2023 · 0 comments
Closed

Linting no longer works in api/ and lib/ #523

ekzyis opened this issue Sep 26, 2023 · 0 comments

Comments

@ekzyis
Copy link
Member

ekzyis commented Sep 26, 2023

In 4fe4b5e, I had to exclude linting in api/ and lib/. It stopped working because I had to add a package.json with {"type": "module"} in these folders for #500.

A workaround to run the linting is to undo these changes but this breaks worker imports. So you can lint this way, but you can't run the code.

That's annoying. We should find a way to fix the error I wasn't able to fix mentioned in 4fe4b5e.

huumn added a commit that referenced this issue Sep 26, 2023
@huumn huumn closed this as completed Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants