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 formatting and lint errors from previous PRs #794

Merged

Conversation

agilgur5
Copy link
Collaborator

@agilgur5 agilgur5 commented Aug 11, 2020

Description

Commits

format: auto-fix help dialog formatting error

  • with yarn lint --fix

  • formatting error is from 8b148ce

format: auto-fix new website formatting errors

  • with yarn lint --fix

  • formatting errors are from b09e195

lint: manually fix new website ESLint errors and warnings

  • these were unable to be auto-fixed, so I had to manually fix them

  • lint errors are from b09e195

Tags

One is from #734, the rest are from #765 .

This was causing CI errors for basically every PR afterward, mentioned in #762 (review) and #789

Review Notes

Not sure why nextra has some of these lint errors built into their examples (lack of React, noreferrer, etc), though the project does explicitly say that it is not production ready. Perhaps worth an upstream PR or two.

I plan to merge this myself, but in case someone else decides to beforehand, please ensure to rebase (not squash merge) the changes in as they're intentionally 3 separate commits.

- with `yarn lint --fix`

- formatting error is from 8b148ce
- with `yarn lint --fix`

- formatting errors are from b09e195
- these were unable to be auto-fixed, so I had to manually fix them

- lint errors are from b09e195
@vercel
Copy link

vercel bot commented Aug 11, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/formium/tsdx/rdlvaycnh
✅ Preview: https://tsdx-git-fork-agilgur5-fix-website-etc-formatting-error.formium.vercel.app

Copy link
Collaborator Author

@agilgur5 agilgur5 left a comment

Choose a reason for hiding this comment

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

LGTM, mostly automated

@agilgur5
Copy link
Collaborator Author

CI is failing on install for certain jobs (race condition) because I accidentally broke upstream @bahmutov/npm-install when my PR bahmutov/npm-install#37 got merged per bahmutov/npm-install#39 (comment)

@agilgur5
Copy link
Collaborator Author

agilgur5 commented Aug 14, 2020

Re-ran CI after my hotfix upstream got merged: bahmutov/npm-install#40 . install on all passed now, but were also all cache hits this time around 🤔

@agilgur5 agilgur5 merged commit 9fea19d into jaredpalmer:master Aug 14, 2020
@agilgur5 agilgur5 mentioned this pull request Oct 16, 2020
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