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:
@@ -13,7 +13,10 @@ export interface ScheduleTotalHoursAndCoursesProps {
|
||||
/**
|
||||
* The ScheduleTotalHoursAndCourses as per the Labels and Details Figma section
|
||||
*
|
||||
* @param props ScheduleTotalHoursAndCoursesProps
|
||||
* @param scheduleName - The name of the schedule.
|
||||
* @param totalHours - The total number of hours.
|
||||
* @param totalCourses - The total number of courses.
|
||||
* @returns The rendered ScheduleTotalHoursAndCourses component.
|
||||
*/
|
||||
export default function ScheduleTotalHoursAndCourses({
|
||||
scheduleName,
|
||||
|
||||
Reference in New Issue
Block a user