Skip to content

Commit 64a6f6c

Browse files
cmdcolinclaude
andcommitted
fix lint: add description to ts-expect-error comment
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent beac444 commit 64a6f6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default class Trix {
2525
return this.ixFileSize
2626
}
2727
try {
28-
// @ts-expect-error
28+
// @ts-expect-error - stat is not in the filehandle interface but may exist at runtime
2929
const stat = await this.ixFile.stat(opts)
3030
this.ixFileSize = stat.size
3131
return this.ixFileSize

0 commit comments

Comments
 (0)