X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.lintstagedrc.json;h=45cd847789d8d19b4adda2f3bd9f95fa369cb4ad;hb=4a0329e11a89061df3af60db199fc11763748f8d;hp=fcaf236dbb2d9fc22e9e29d01caa0be22edd3b14;hpb=aa8ac1ba7512816fa5aa7f4c1fca830e1d6efb83;p=e-mobility-charging-stations-simulator.git diff --git a/.lintstagedrc.json b/.lintstagedrc.json index fcaf236d..45cd8477 100644 --- a/.lintstagedrc.json +++ b/.lintstagedrc.json @@ -1,5 +1,5 @@ { - "{src,test}/**/*.{ts,tsx,cts,mts}": ["prettier --cache --write", "eslint --cache --fix"], + "{src,tests}/**/*.{ts,tsx,cts,mts}": ["prettier --cache --write", "eslint --cache --fix"], "**/*.{json,md,yml,yaml}": ["prettier --cache --write"], "**/*.{js,jsx,cjs,mjs}": ["prettier --cache --write", "eslint --cache --fix"] }