mirror of
https://github.com/transloadit/uppy.git
synced 2026-08-05 00:04:06 +00:00
- This PR upgrades `biome` from `2.0.5` -> `2.1.2` and adds two new rules - [noUnusedImports](https://biomejs.dev/linter/rules/no-unused-private-class-members) ( we already had suppressions for this rule in code, but the rule itself was never enabled in the config ) - [noUnusedPrivateClassMembers](https://biomejs.dev/linter/rules/no-unused-private-class-members/) - remove stale suppressions. - remove stale code. --------- Co-authored-by: Mikael Finstad <finstaden@gmail.com> |
||
|---|---|---|
| .. | ||
| CameraIcon.tsx | ||
| CameraScreen.tsx | ||
| DiscardButton.tsx | ||
| formatSeconds.test.ts | ||
| formatSeconds.ts | ||
| index.ts | ||
| locale.ts | ||
| PermissionsScreen.tsx | ||
| RecordButton.tsx | ||
| RecordingLength.tsx | ||
| SnapshotButton.tsx | ||
| style.scss | ||
| SubmitButton.tsx | ||
| supportsMediaRecorder.test.ts | ||
| supportsMediaRecorder.ts | ||
| VideoSourceSelect.tsx | ||
| Webcam.test.ts | ||
| Webcam.tsx | ||