eslint: enforce jsdoc comments on UI components

This commit is contained in:
Alex Gleason
2022-05-11 21:08:04 -05:00
parent 38b960244a
commit b0b0d5a76e
5 changed files with 63 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ type IButtonStyles = {
size: ButtonSizes
}
/** Provides class names for the <Button> component. */
const useButtonStyles = ({
theme,
block,