We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537f5ac commit caf9c1aCopy full SHA for caf9c1a
.vitepress/config/index.ts
@@ -1,5 +1,4 @@
1
import { defineConfig } from "vitepress";
2
-import { fileURLToPath, URL } from "node:url";
3
4
import { sharedConfig } from "./shared";
5
import { rssConfig } from "./rss";
package.json
@@ -8,7 +8,7 @@
8
"dev": "vitepress dev",
9
"build": "pnpm run sponsors && vitepress build",
10
"preview": "vitepress preview",
11
- "lint": "oxlint",
+ "lint": "oxlint -W correctness -W no-unused-vars --deny-warnings",
12
"fmt": "prettier",
13
"typecheck": "tsc",
14
"create-blog-post": "tsx ./cli/index.ts create-blog-post",
0 commit comments