build: align URI to access JSON schemas
[e-mobility-charging-stations-simulator.git] / .lintstagedrc.json
index 7b616f58ab77cff46378040f87212bb9c782fdc5..c8469cdd27fff029c423d0c9716d3e3e80c0411a 100644 (file)
@@ -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"]