uppy/packages/@uppy/webcam/src
Prakash 5519b84409
@uppy: upgrade biome and more improvements (#6244)
- 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>
2026-05-21 12:28:03 +08:00
..
CameraIcon.tsx Run biome check on main (#5896) 2025-08-11 10:06:21 +02:00
CameraScreen.tsx lint fix 2025-08-21 14:34:12 +05:30
DiscardButton.tsx lint fix 2025-08-21 14:34:12 +05:30
formatSeconds.test.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
formatSeconds.ts @uppy/webcam: refactor to TypeScript (#4870) 2024-03-11 15:30:03 +01:00
index.ts Migrate from Eslint/Prettier/Stylelint to Biome (#5794) 2025-07-01 14:55:41 +02:00
locale.ts @uppy/core: fix locale type for plugins (#5700) 2025-03-31 12:04:29 +02:00
PermissionsScreen.tsx lint fix 2025-08-21 14:34:12 +05:30
RecordButton.tsx lint fix 2025-08-21 14:34:12 +05:30
RecordingLength.tsx Run biome check on main (#5896) 2025-08-11 10:06:21 +02:00
SnapshotButton.tsx lint fix 2025-08-21 14:34:12 +05:30
style.scss Add stability warning comment to SCSS source files (#5960) 2025-09-11 21:53:40 +02:00
SubmitButton.tsx lint fix 2025-08-21 14:34:12 +05:30
supportsMediaRecorder.test.ts @uppy: upgrade biome and more improvements (#6244) 2026-05-21 12:28:03 +08:00
supportsMediaRecorder.ts From Babel to TS (#5792) 2025-06-30 16:12:26 +02:00
VideoSourceSelect.tsx Run biome check on main (#5896) 2025-08-11 10:06:21 +02:00
Webcam.test.ts @uppy: upgrade biome and more improvements (#6244) 2026-05-21 12:28:03 +08:00
Webcam.tsx @uppy: upgrade biome and more improvements (#6244) 2026-05-21 12:28:03 +08:00