From: Jérôme Benoit Date: Sun, 9 Oct 2022 13:05:01 +0000 (+0200) Subject: Refine .lintstagedrc.json configuration X-Git-Tag: v1.1.82~14 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=b7a11e0f48e66b7514414f35471a9d64d8196b78;p=e-mobility-charging-stations-simulator.git Refine .lintstagedrc.json configuration Signed-off-by: Jérôme Benoit --- diff --git a/.lintstagedrc.json b/.lintstagedrc.json index 97fb30e2..818d835a 100644 --- a/.lintstagedrc.json +++ b/.lintstagedrc.json @@ -1,5 +1,5 @@ { - "{src,test}/**/*.{js,ts}": ["prettier --write", "eslint --cache --fix"], + "{src,test}/**/*.ts": ["prettier --write", "eslint --cache --fix"], "**/*.{json,md,yml}": ["prettier --write"], "**/*.{js,mjs}": ["prettier --write", "eslint --cache --fix"] }