build: add JSON schema to configuration files
[e-mobility-charging-stations-simulator.git] / .lintstagedrc.json
index 88f2a228586da764e81832a6febaf8a6925ab9c0..7b616f58ab77cff46378040f87212bb9c782fdc5 100644 (file)
@@ -1,4 +1,5 @@
 {
+  "$schema": "http://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"]