From a6f81935e5f243d01482cdd89d82480857bdeb13 Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Fri, 30 Apr 2021 05:32:06 +0900 Subject: [PATCH] fix(schema): fix schama URL (#119) --- index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.json b/index.json index 579d6db..2d4b7b5 100644 --- a/index.json +++ b/index.json @@ -1,5 +1,5 @@ { - "$schema": "http://json.schemastore.org/prettierrc", + "$schema": "https://json.schemastore.org/prettierrc.json", "arrowParens": "always", "bracketSpacing": true, "endOfLine": "lf",