refactor: remove invariant (#62275)

This commit is contained in:
Oliver Eyton-Williams
2025-09-19 19:36:20 +02:00
committed by GitHub
parent 56c34a3bd6
commit c6498cf0b4
6 changed files with 8 additions and 45 deletions
-3
View File
@@ -26,9 +26,6 @@
"@redux-saga/core" // Not referenced, something seems off related to peer dep and types
]
},
"curriculum": {
"ignoreDependencies": ["invariant"] // Used from another workspace: shared/utils/polyvinyl.js
},
"shared": {
"ignore": ["{config,utils}/*.ts"] // Using the same dir for src + outDir files with tsc confuses Knip
},