Skip to content

Commit 217331b

Browse files
committed
knip: Fix $schema
1 parent 03d36f8 commit 217331b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/knip.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://unpkg.com/knip@6/schema.json",
2+
"$schema": "https://unpkg.com/knip@6/schema-jsonc.json",
33
"paths": {
44
"@/*": ["src/*"] // resolves the "@/" alias; added to webpack by @vue/cli-service
55
},

0 commit comments

Comments
 (0)