X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.lintstagedrc.json;h=fcaf236dbb2d9fc22e9e29d01caa0be22edd3b14;hb=c7d835bf4127be734591fc24ce0df49fb1377153;hp=818d835a563868609b61bdb00a5dca728b08ff7d;hpb=b7a11e0f48e66b7514414f35471a9d64d8196b78;p=e-mobility-charging-stations-simulator.git diff --git a/.lintstagedrc.json b/.lintstagedrc.json index 818d835a..fcaf236d 100644 --- a/.lintstagedrc.json +++ b/.lintstagedrc.json @@ -1,5 +1,5 @@ { - "{src,test}/**/*.ts": ["prettier --write", "eslint --cache --fix"], - "**/*.{json,md,yml}": ["prettier --write"], - "**/*.{js,mjs}": ["prettier --write", "eslint --cache --fix"] + "{src,test}/**/*.{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"] }