Add BootNotification and ClearCache OCPP 2.0.1 commands support
[e-mobility-charging-stations-simulator.git] / .lintstagedrc.json
CommitLineData
b325f298 1{
e60a5ba3
JB
2 "{src,test}/**/*.{ts,tsx}": ["prettier --cache --write", "eslint --cache --fix"],
3 "**/*.{json,md,yml,yaml}": ["prettier --cache --write"],
4 "**/*.{js,jsx,mjs,cjs}": ["prettier --cache --write", "eslint --cache --fix"]
b325f298 5}