Skip to content

Commit 95f669c

Browse files
committed
fix lint
1 parent 146459e commit 95f669c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

blog/2024-07-3-uppy-4.0.md

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ uppy.on('file-added', (file) => {
3434

3535
One important thing to note are the new generics on `@uppy/core`.
3636

37+
<!-- eslint-disable @typescript-eslint/no-non-null-assertion -->
38+
3739
```ts
3840
import Uppy from '@uppy/core';
3941
// xhr-upload is for uploading to your own backend.

0 commit comments

Comments
 (0)