Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed May 23, 2024
1 parent a94bab3 commit ed34803
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: gkd-inspect
directory: dist
directory: dist
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
<html lang="zh">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://registry.npmmirror.com/@gkd-kit/inspect/0.0.1711546385152/files/dist/favicon.svg" />
<link
rel="icon"
type="image/svg+xml"
href="https://registry.npmmirror.com/@gkd-kit/inspect/0.0.1711546385152/files/dist/favicon.svg"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="referrer" content="no-referrer" />
<title>GKD</title>
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,17 @@
"volta": {
"node": "20.12.2"
},
"packageManager": "pnpm@9.0.4",
"packageManager": "pnpm@9.1.2",
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged"
},
"lint-staged": {
"*.{vue,js,jsx,cjs,mjs,ts,tsx}": [
"prettier --cache --write",
"eslint --cache --fix"
],
"*.{json,yml,html}": [
"prettier --cache --write"
]
}
}
6 changes: 1 addition & 5 deletions tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"lib": [
"ESNext",
"DOM",
"DOM.Iterable"
],
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"nightwatch.conf.*",
"playwright.config.*",
"plugins",
"scripts",
"scripts"
],
"compilerOptions": {
"composite": true,
Expand Down

0 comments on commit ed34803

Please sign in to comment.