feat: add eslint-plugin-tsdoc (#430)
* feat: add eslint-plugin-tsdoc * feat(doc): update current jsdoc to tsdoc specification * chore: update deps * feat: update warn to error for jsdoc and tsdoc * chore(doc): lint
This commit is contained in:
@@ -43,7 +43,11 @@ function makeGridRow(row: number, cols: number): JSX.Element {
|
||||
|
||||
/**
|
||||
* Grid of CalendarGridCell components forming the user's course schedule calendar view
|
||||
* @param props
|
||||
*
|
||||
* @param courseCells - The courses to display on the calendar
|
||||
* @param saturdayClass - Whether the user has a Saturday class
|
||||
* @param setCourse - Function to set the course to display in the course details panel
|
||||
* @returns The CalendarGrid component
|
||||
*/
|
||||
export default function CalendarGrid({
|
||||
courseCells,
|
||||
|
||||
Reference in New Issue
Block a user