Skip to content

chore: clean up eslint-disable lines #4735

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 25, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: drop eslint-disable rule
  • Loading branch information
jsjoeio committed Oct 24, 2022
commit 52d45fc2e5f4da9e8c583ed076e9f04dbba20a15
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export interface WorkspaceScheduleFormValues {
ttl: number
}

// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed it and ESLint was still happy 🤷🏼‍♂️ maybe it couldn't infer the type and now it can

export const validationSchema = Yup.object({
sunday: Yup.boolean(),
monday: Yup.boolean().test(
Expand Down