返回提交历史
Modified
.eslintrc
+0
-1
XFEstudio/XFESpaceNinjaServer
fix: duplicate warnings explicit-module-boundary-types is a subset of explicit-function-return-type
7b894823
代码差异
1 个文件
+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",