Murderlon 9 ヶ月 前
コミット
aeff9dd763
1 ファイル変更2 行追加0 行削除
  1. 2 0
      docs/guides/migration-guides.md

+ 2 - 0
docs/guides/migration-guides.md

@@ -81,6 +81,8 @@ One important thing to note are the new generics on `@uppy/core`.
 
 <!-- eslint-disable @typescript-eslint/no-unused-vars -->
 
+<!-- eslint-disable @typescript-eslint/no-non-null-assertion -->
+
 ```ts
 import Uppy from '@uppy/core';
 // xhr-upload is for uploading to your own backend.