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

Deploy Staging to Main branch (bugfix) #825

Merged
merged 3 commits into from
Jul 22, 2024
Merged

Deploy Staging to Main branch (bugfix) #825

merged 3 commits into from
Jul 22, 2024

Conversation

CodeWritingCow
Copy link
Collaborator

Deploying #823 to production.

This PR reduces the severity of two common TypeScript-ESLint rules, which caused npm run build to fail during deployment to Vercel.

Some plugins were recently added to .eslintrc.json, and they appeared to be enforcing those TypeScript rules in an overly strict manner.

Fix "assigned a value but never used" errors.
Change severity of "no-explicit-any"
and "no-unused-vars" rules
from "error" to "warning."
…ployment-failure-bug

822: Fix deployment failure bug
@CodeWritingCow CodeWritingCow added the bug Something isn't working label Jul 22, 2024
Copy link

vercel bot commented Jul 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vacant-lots-proj ❌ Failed (Inspect) Jul 22, 2024 6:18am

@github-actions github-actions bot requested a review from zigouras July 22, 2024 06:19
@CodeWritingCow CodeWritingCow merged commit 797c09c into main Jul 22, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant