Skip to content

Commit caf9c1a

Browse files
authored
chore: prepare for no-unused-vars as correctness (#177)
1 parent 537f5ac commit caf9c1a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.vitepress/config/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { defineConfig } from "vitepress";
2-
import { fileURLToPath, URL } from "node:url";
32

43
import { sharedConfig } from "./shared";
54
import { rssConfig } from "./rss";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dev": "vitepress dev",
99
"build": "pnpm run sponsors && vitepress build",
1010
"preview": "vitepress preview",
11-
"lint": "oxlint",
11+
"lint": "oxlint -W correctness -W no-unused-vars --deny-warnings",
1212
"fmt": "prettier",
1313
"typecheck": "tsc",
1414
"create-blog-post": "tsx ./cli/index.ts create-blog-post",

0 commit comments

Comments
 (0)