From b6c9fdc599606c45090d9f50d229a9717565fc9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Thu, 25 Jan 2024 12:12:07 +0100 Subject: [PATCH] fix: allowTrailingCommas in JSONC config --- schema/markdownlint-cli2-config-schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schema/markdownlint-cli2-config-schema.json b/schema/markdownlint-cli2-config-schema.json index 4f4ec39..54647dc 100644 --- a/schema/markdownlint-cli2-config-schema.json +++ b/schema/markdownlint-cli2-config-schema.json @@ -1,6 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/DavidAnson/markdownlint-cli2/v0.12.1/schema/markdownlint-cli2-config-schema.json", + "allowTrailingCommas": false, "title": "markdownlint-cli2 configuration schema", "type": "object", "properties": {