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

chore: cleaner configs

This commit is contained in:
2024-01-30 01:21:19 +01:00
parent c306b51b86
commit 02aa5c790b
5 changed files with 409 additions and 796 deletions

View File

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