From d8fe749c0083bacbdbb43c8e65ad0ed0d43acbef Mon Sep 17 00:00:00 2001 From: Frans van Dorsselaer <17404029+dorssel@users.noreply.github.com> Date: Sun, 24 Mar 2024 12:51:30 +0100 Subject: [PATCH] Fix JSON schemas --- .github/linters/.markdownlint.json | 1 - .github/linters/.prettierrc.json | 1 - global.json | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/linters/.markdownlint.json b/.github/linters/.markdownlint.json index 3c8b67a3..0da0dd6a 100644 --- a/.github/linters/.markdownlint.json +++ b/.github/linters/.markdownlint.json @@ -1,5 +1,4 @@ { - "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json", "MD013": { "line_length": 160 } diff --git a/.github/linters/.prettierrc.json b/.github/linters/.prettierrc.json index 828e0ba5..544138be 100644 --- a/.github/linters/.prettierrc.json +++ b/.github/linters/.prettierrc.json @@ -1,4 +1,3 @@ { - "$schema": "https://json.schemastore.org/prettierrc.json", "singleQuote": true } diff --git a/global.json b/global.json index 9225cb17..b5ed43bf 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,4 @@ { - "$schema": "https://json.schemastore.org/global.json", "sdk": { "version": "8.0.203", "allowPrerelease": false,