We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944c6a8 commit 18c0296Copy full SHA for 18c0296
lib/parsers/yaml.ts
@@ -41,7 +41,7 @@ export default {
41
if (typeof data === "string") {
42
try {
43
return yaml.load(data, { schema: JSON_SCHEMA });
44
- } catch (e: any) {
+ } catch {
45
46
// fallback to non JSON_SCHEMA
47
return yaml.load(data);
0 commit comments