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:
@@ -12,7 +12,7 @@ const SCHEDULE_LIMIT = 10;
|
||||
* If a new schedule can be created without exceeding the limit, the function returns true
|
||||
* Otherwise, display a prompt explaining the limit, and returns false
|
||||
*
|
||||
* @returns a function, () => boolean
|
||||
* @returns a callback function that enforces the schedule limit via a dialog
|
||||
*/
|
||||
export function useEnforceScheduleLimit(): () => boolean {
|
||||
const [, schedules] = useSchedules();
|
||||
|
||||
Reference in New Issue
Block a user