This commit is contained in:
2025-07-08 00:54:34 +08:00
parent 5be5b9f634
commit 81bf27ed28
15 changed files with 540 additions and 2928 deletions

View File

@@ -41,9 +41,13 @@
"noBannedTypes": "off"
},
"correctness": {
"noUnusedVariables": {
"fix": "none",
"level": "error"
},
"noUnusedImports": {
"fix": "none",
"level": "warn"
"level": "error"
}
}
}