Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions .github/workflows/dprint.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .vitepress/theme/components/Banner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ const dismiss = () => {

<button type="button" @click="dismiss">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
<path d="M6.28 5.22a.75.75 0 00-1.06 1.06L8.94 10l-3.72 3.72a.75.75 0 101.06 1.06L10 11.06l3.72 3.72a.75.75 0 101.06-1.06L11.06 10l3.72-3.72a.75.75 0 00-1.06-1.06L10 8.94 6.28 5.22z" />
<path
d="M6.28 5.22a.75.75 0 00-1.06 1.06L8.94 10l-3.72 3.72a.75.75 0 101.06 1.06L10 11.06l3.72 3.72a.75.75 0 101.06-1.06L11.06 10l3.72-3.72a.75.75 0 00-1.06-1.06L10 8.94 6.28 5.22z"
/>
</svg>
</button>
</div>
Expand Down
1 change: 0 additions & 1 deletion .vitepress/theme/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@
}
}
}

19 changes: 0 additions & 19 deletions dprint.json

This file was deleted.

19 changes: 4 additions & 15 deletions knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,10 @@
"src/**/*.md!",
".vitepress/theme/components/**/*.vue!"
],
"project": [
".vitepress/**/*.{ts,vue}",
"src/**/*.md"
],
"ignore": [
".vitepress/cache/**",
".vitepress/dist/**",
"build/**"
],
"ignoreDependencies": [
"esbuild"
],
"ignoreBinaries": [
"typos"
],
"project": [".vitepress/**/*.{ts,vue}", "src/**/*.md"],
"ignore": [".vitepress/cache/**", ".vitepress/dist/**", "build/**"],
"ignoreDependencies": ["esbuild"],
"ignoreBinaries": ["typos"],
"ignoreExportsUsedInFile": true,
"ignoreIssues": {
".vitepress/theme/constants/team.ts": ["exports", "types"]
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "oxlint -W correctness -W no-unused-vars --deny-warnings",
"lint:fix": "pnpm lint --fix && typos -w && pnpm fmt --write .",
"typecheck": "tsc && vue-tsc",
"fmt": "oxfmt && dprint fmt",
"fmt": "oxfmt",
"knip": "knip",
"sponsors": "degit Boshen/sponsors temp --force && mv temp/sponsors.svg public/sponsors.svg",
"prepare": "husky"
Expand All @@ -22,15 +22,14 @@
"@types/node": "^24.3.1",
"@vueuse/core": "^14.0.0",
"degit": "^2.8.4",
"dprint": "^0.50.1",
"esbuild": "0.27.1",
"feed": "^5.1.0",
"husky": "^9.1.7",
"knip": "^5.69.1",
"lint-staged": "16.2.7",
"markdown-it-container": "^4.0.0",
"oxc-minify": "^0.102.0",
"oxfmt": "^0.16.0",
"oxfmt": "^0.17.0",
"oxlint": "^1.14.0",
"typescript": "~5.9.2",
"vitepress": "2.0.0-alpha.15",
Expand All @@ -39,7 +38,7 @@
"vue-tsc": "^3.1.2"
},
"lint-staged": {
"*": "dprint fmt --staged"
"*": "oxfmt"
},
"packageManager": "pnpm@10.24.0",
"volta": {
Expand Down
Loading