-
Notifications
You must be signed in to change notification settings - Fork 4
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
Conversation
.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", |
There was a problem hiding this comment.
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!)
There was a problem hiding this comment.
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!
Changes
csv-parse
seems to lead to the output being alphabetized