返回提交历史
Modified
eslint.config.js
+1
-0
Modified
package-lock.json
+136
-644
XFEstudio/XFESpaceNinjaServer
chore: npm audit fix (#4447)
Plus some manual tree cleaning Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/4447 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
60e056de
代码差异
2 个文件
+137
-644
@@ -33,6 +33,7 @@ export default [
33
33
"@typescript-eslint/no-empty-object-type": "off",
34
34
"@typescript-eslint/no-explicit-any": "off",
35
35
"@typescript-eslint/no-unnecessary-condition": "error",
36
"@typescript-eslint/no-unnecessary-type-assertion": "off",
36
37
"@typescript-eslint/no-unsafe-argument": "error",
37
38
"@typescript-eslint/no-unsafe-assignment": "error",
38
39
"@typescript-eslint/no-unsafe-call": "error",