chore: update Knip to v5 (#56244)

This commit is contained in:
Lars Kappert
2024-09-26 13:12:00 +02:00
committed by GitHub
parent c39208360c
commit d32e57813e
30 changed files with 12573 additions and 14053 deletions
+1 -5
View File
@@ -1,5 +1 @@
const challengePageCreators = require('./challenge-page-creator');
module.exports = {
...challengePageCreators
};
module.exports = require('./challenge-page-creator');