Skip to content

Commit 18c0296

Browse files
committed
lints
1 parent 944c6a8 commit 18c0296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/parsers/yaml.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default {
4141
if (typeof data === "string") {
4242
try {
4343
return yaml.load(data, { schema: JSON_SCHEMA });
44-
} catch (e: any) {
44+
} catch {
4545
try {
4646
// fallback to non JSON_SCHEMA
4747
return yaml.load(data);

0 commit comments

Comments
 (0)