Skip to content

Commit 78a2faf

Browse files
committed
test
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 2dab187 commit 78a2faf

File tree

1 file changed

+1
-1
lines changed
  • examples/node/typescript/example.cjs/src

1 file changed

+1
-1
lines changed

examples/node/typescript/example.cjs/src/example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jsonValidator.validate(serializedJson)
6565
if (err instanceof CDX.Validation.MissingOptionalDependencyError) {
6666
console.info('JSON validation skipped:', err)
6767
} else {
68-
/* eslint-disable-next-line @typescript-eslint/only-throw-error -- forward */
68+
/* xxx-eslint-disable-next-line @typescript-eslint/only-throw-error -- forward */
6969
throw err
7070
}
7171
})

0 commit comments

Comments
 (0)