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

XFESpaceNinjaServer

A simple server for a small space ninja game

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

XFEstudio/XFESpaceNinjaServer

fix: duplicate warnings explicit-module-boundary-types is a subset of explicit-function-return-type

7b894823
Sainan <sainan@calamity.inc>
提交于

代码差异

1 个文件 +0 -1
Modified .eslintrc +0 -1
@@ -12,7 +12,6 @@
12 12 },
13 13 "rules": {
14 14 "@typescript-eslint/explicit-function-return-type": "warn",
15 "@typescript-eslint/explicit-module-boundary-types": "warn",
16 15 "@typescript-eslint/restrict-template-expressions": "warn",
17 16 "@typescript-eslint/restrict-plus-operands": "warn",
18 17 "@typescript-eslint/no-unsafe-member-access": "warn",