Skip to content

Commit 03693c2

Browse files
committed
fix: Use stylish for oxlint so links are clickable
1 parent a420a3b commit 03693c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"build": "tsc --project tsconfig.build.json",
5151
"build:watch": "npm run build -- --watch --incremental",
5252
"package": "./build-tools/build.sh",
53-
"lint": "oxlint --deny-warnings .",
53+
"lint": "oxlint --format stylish --deny-warnings .",
5454
"lint:required": "oxlint --quiet .",
5555
"lint:fix": "npm run lint -- --fix",
5656
"format:check": "prettier --check .",

0 commit comments

Comments
 (0)