mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 12:34:22 +08:00
feat: 添加 lint:fix 脚本并优化代码格式
refactor(components): 调整窗口控制图标大小和样式 style: 统一代码格式和缩进 fix(App): 修复路径比较逻辑的空格问题
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"scripts": {
|
||||
"format": "prettier --write .",
|
||||
"lint": "eslint --cache .",
|
||||
"lint:fix": "eslint --cache . --fix",
|
||||
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
|
||||
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",
|
||||
"typecheck": "pnpm -s typecheck:node && pnpm -s typecheck:web",
|
||||
|
||||
Reference in New Issue
Block a user