XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

XFEstudio/SpaceNinjaServer

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
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

2 个文件 +137 -644
Modified eslint.config.js +1 -0
@@ -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",