Skip to content

Commit 038a539

Browse files
chore: remove casting to any type
1 parent 32d45ac commit 038a539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/rules/ajv.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function getAjvDraft04() {
5555
validateFormats: true,
5656
logger: false,
5757
});
58-
addFormats(ajvDraft04Instance as any);
58+
addFormats(ajvDraft04Instance);
5959
}
6060

6161
return ajvDraft04Instance;

0 commit comments

Comments
 (0)