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 78a2faf commit 4a30d94Copy full SHA for 4a30d94
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
- /* xxx-eslint-disable-next-line @typescript-eslint/only-throw-error -- forward */
+ /* eslint-disable-next-line @typescript-eslint/only-throw-error -- forward */
69
throw err
70
}
71
})
0 commit comments