diff --git a/packages/docs/src/content/docs/reference/configuration.md b/packages/docs/src/content/docs/reference/configuration.md index 1ab6051df..3673d2a38 100644 --- a/packages/docs/src/content/docs/reference/configuration.md +++ b/packages/docs/src/content/docs/reference/configuration.md @@ -21,7 +21,7 @@ In JSON, you can use the provided JSON schema: In JSONC, you can use the provided JSONC schema: -```json title="knip.json" +```json title="knip.jsonc" { "$schema": "https://unpkg.com/knip@3/schema-jsonc.json" }