From: Jérôme Benoit Date: Sun, 23 Apr 2023 20:25:25 +0000 (+0200) Subject: build: align JSON schema URIs X-Git-Tag: v2.4.12~47 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=1e790566b68caa9bd23bf0ff9c9ca15c2d13da52;p=poolifier.git build: align JSON schema URIs Signed-off-by: Jérôme Benoit --- diff --git a/.prettierrc.json b/.prettierrc.json index d77f0e56..82fe1c17 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,5 +1,5 @@ { - "$schema": "http://json.schemastore.org/prettierrc", + "$schema": "https://json.schemastore.org/prettierrc", "arrowParens": "avoid", "semi": false, "singleQuote": true,