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: update dev dependancies #199

Merged
merged 11 commits into from
Dec 13, 2024
Merged

Conversation

jpaten
Copy link
Collaborator

@jpaten jpaten commented Dec 10, 2024

Changes

  • Updated dev dependencies
  • Updated prettier and linter configs
  • Ran catalog generation script, since updating csv-parse seems to lead to the output being alphabetized

@jpaten jpaten linked an issue Dec 10, 2024 that may be closed by this pull request
@jpaten jpaten requested a review from hunterckx December 10, 2024 03:07
.eslintrc.json Outdated
@@ -57,7 +57,9 @@
"jsdoc/require-returns-description": "error",
"jsdoc/check-alignment": "error",
"jsdoc/check-param-names": "error",
"react-hooks/exhaustive-deps": "error"
"react-hooks/exhaustive-deps": "error",
"@typescript-eslint/no-empty-object-type": "warn",
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think it might be worth leaving @typescript-eslint/no-empty-object-type at its default settings, and just removing the empty Props interface and its use as a type parameter in figure.styles.tsx -- as far as I can see there's no reason for that interface to exist, since the component is never passed any props anyway (though let me know if there's some particular reason to have this rule as a warning!)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks for catching this @hunterckx!

@jpaten jpaten requested a review from hunterckx December 13, 2024 06:12
@hunterckx hunterckx merged commit a74e1fe into main Dec 13, 2024
1 check passed
@hunterckx hunterckx deleted the jonah/195-update-dev-dependancies branch December 13, 2024 07:33
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.

Update dev dependancies
2 participants