1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

升级插件依赖版本;调整 eslint 配置

This commit is contained in:
2025-07-12 01:24:02 +08:00
parent 29d892f666
commit 2ed3b1c8a0
7 changed files with 1452 additions and 872 deletions

View File

@@ -8,7 +8,7 @@
],
"sourceMap": true,
"rootDir": "src",
"strict": true /* enable all strict type-checking options */
"strict": true, /* enable all strict type-checking options */
/* Additional Checks */
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */