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

Autofix linting errors #104

Merged
merged 5 commits into from
Dec 26, 2024
Merged

Autofix linting errors #104

merged 5 commits into from
Dec 26, 2024

Conversation

Splines
Copy link
Member

@Splines Splines commented Dec 26, 2024

This is a follow-up to #103 where the rules for ESLint were set up. Here we only apply them (and slightly modify them):

To do so, I ran

npx eslint --config ./.config/eslint.mjs --max-warnings 0 --fix

Note that the pipeline fails right now since this PR only addresses the autofixable issues. The others (e.g. line too long) will be handled in a subsequent PR. This PR doesn't introduce any breaking behavior, it's just autofixable stylistic changes.

@Splines Splines self-assigned this Dec 26, 2024
@Splines Splines merged commit 01bd86e into main Dec 26, 2024
1 check failed
@Splines Splines deleted the lint/autofix branch December 26, 2024 14:29
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