1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-18 12:02:53 +02:00

ci: fix tests

This commit is contained in:
2024-11-18 01:37:42 +01:00
parent 9b925eea92
commit db15155137
11 changed files with 40 additions and 17 deletions

View File

@ -16,6 +16,6 @@
"noImplicitReturns": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
},
"noUnusedParameters": true
}
}