Skip to content

Commit 52d45fc

Browse files
committed
chore: drop eslint-disable rule
1 parent afb806f commit 52d45fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/components/WorkspaceScheduleForm/WorkspaceScheduleForm.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ export interface WorkspaceScheduleFormValues {
9999
ttl: number
100100
}
101101

102-
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
103102
export const validationSchema = Yup.object({
104103
sunday: Yup.boolean(),
105104
monday: Yup.boolean().test(

0 commit comments

Comments
 (0)