Commit Graph

8 Commits

Author SHA1 Message Date
Thomas Camlong
5a41de0eb9 Merge pull request #783 from ajnart/deepsource-autofix-1247c7e2
Replace short hand type conversions with function calls
2023-04-01 08:15:37 +09:00
deepsource-autofix[bot]
64e8e85aac refactor: Replace short hand type conversions with function calls
Prefer using explicit casts by calling `Number`, `Boolean`, or `String` over using operators like `+`, `!!` or `"" +`. This is considered best practice as it improves readability.
2023-03-27 06:10:26 +00:00
Manuel
4a856c6267 Add vitest and initial tests 2023-03-17 22:10:00 +01:00
ajnart
0cb81c2715 Try fixing build errors on CI 2023-01-08 14:22:06 +09:00
ajnart
ada3c697f7 Try fixing build errors on CI 2023-01-08 14:12:44 +09:00
ajnart
d3ed9a7016 Try fixing build errors 2023-01-08 14:08:41 +09:00
ajnart
2d320ff6e9 💄 Lint + Prettier 2023-01-06 01:11:02 +09:00
Manuel Ruwe
4e097caf98 add torrent client 2022-12-31 16:14:42 +01:00