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 remaining linting errors and enable linting on CI #762

Open
wants to merge 4 commits into
base: main-enterprise
Choose a base branch
from

Conversation

torgst
Copy link
Contributor

@torgst torgst commented Feb 22, 2025

This pull request updates the codebase to pass linting requirements and then adds linting to the CI workflow.
I am not sure if all the three linting jobs I added are needed, but since all passes I suggest it is better to lint everything.

The only changes in this PR, except for style changes done by npx eslint . --fix, is the removal of three unused imports and renaming two variables that did not follow the requirement to use camelcase.

This aligns with the current eslint rules.
The formatting was done with the `npx eslint . --fix`, this should make the formatting consistent across the whole codebase.
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.

1 participant