build: add JSON schema to configuration files
[e-mobility-charging-stations-simulator.git] / .lintstagedrc.json
1 {
2 "$schema": "http://json.schemastore.org/lintstagedrc.schema",
3 "{src,test}/**/*.{ts,tsx}": ["prettier --cache --write", "eslint --cache --fix"],
4 "**/*.{json,md,yml,yaml}": ["prettier --cache --write"],
5 "**/*.{js,jsx,mjs,cjs}": ["prettier --cache --write", "eslint --cache --fix"]
6 }