Skip to content

Commit

Permalink
feat(formatting): disable eslint for any type
Browse files Browse the repository at this point in the history
  • Loading branch information
MellyGray committed Feb 8, 2024
1 parent 3a701bd commit 210c2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testHelpers/datasets/datasetHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ export const createDatasetModel = (
return datasetModel
}

// eslint-disable-next-line @typescript-eslint/no-explicit-any
export const createDatasetVersionPayload = (
license?: DatasetLicense,
addOptionalProperties = false
// eslint-disable-next-line @typescript-eslint/no-explicit-any
): any => {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const datasetPayload: any = {
Expand Down

0 comments on commit 210c2cd

Please sign in to comment.