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

chore: fix all lint warnings #229

Merged
merged 1 commit into from
Nov 19, 2024
Merged

chore: fix all lint warnings #229

merged 1 commit into from
Nov 19, 2024

Conversation

t0yv0
Copy link
Member

@t0yv0 t0yv0 commented Nov 18, 2024

A combination of fixes and relaxed linter rules, yarn run lint now passes without warnings.

@t0yv0 t0yv0 requested a review from corymhall November 18, 2024 23:49
@@ -12,6 +12,9 @@ module.exports = {
rules: {
// disabling this since it is used everywhere in this repo
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": "warn"
"@typescript-eslint/no-unused-vars": ["warn", {
"varsIgnorePattern": "^[_]",
Copy link
Contributor

Choose a reason for hiding this comment

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

Yes!!

@t0yv0 t0yv0 merged commit 8460686 into main Nov 19, 2024
13 checks passed
@t0yv0 t0yv0 deleted the t0yv0/fix-lint-warnings branch November 19, 2024 14:14
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