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 2dab187 commit 78a2fafCopy full SHA for 78a2faf
examples/node/typescript/example.cjs/src/example.ts
@@ -65,7 +65,7 @@ jsonValidator.validate(serializedJson)
65
if (err instanceof CDX.Validation.MissingOptionalDependencyError) {
66
console.info('JSON validation skipped:', err)
67
} else {
68
- /* eslint-disable-next-line @typescript-eslint/only-throw-error -- forward */
+ /* xxx-eslint-disable-next-line @typescript-eslint/only-throw-error -- forward */
69
throw err
70
}
71
})
0 commit comments