From: Jérôme Benoit Date: Sun, 23 Apr 2023 20:22:10 +0000 (+0200) Subject: build: align URI to access JSON schemas X-Git-Tag: v1.2.12~101 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=aedbf350df9c4224f740c522da54fc06797009a5;p=e-mobility-charging-stations-simulator.git build: align URI to access JSON schemas Signed-off-by: Jérôme Benoit --- diff --git a/.eslintrc.json b/.eslintrc.json index 38c78361..7a97530e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,5 +1,5 @@ { - "$schema": "http://json.schemastore.org/eslintrc", + "$schema": "https://json.schemastore.org/eslintrc", "root": true, "env": { "es2022": true, diff --git a/.lintstagedrc.json b/.lintstagedrc.json index 7b616f58..c8469cdd 100644 --- a/.lintstagedrc.json +++ b/.lintstagedrc.json @@ -1,5 +1,5 @@ { - "$schema": "http://json.schemastore.org/lintstagedrc.schema", + "$schema": "https://json.schemastore.org/lintstagedrc.schema", "{src,test}/**/*.{ts,tsx}": ["prettier --cache --write", "eslint --cache --fix"], "**/*.{json,md,yml,yaml}": ["prettier --cache --write"], "**/*.{js,jsx,mjs,cjs}": ["prettier --cache --write", "eslint --cache --fix"] diff --git a/.prettierrc.json b/.prettierrc.json index 0ac900c1..6414c22d 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,5 +1,5 @@ { - "$schema": "http://json.schemastore.org/prettierrc", + "$schema": "https://json.schemastore.org/prettierrc", "printWidth": 100, "singleQuote": true }