X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.lintstagedrc.json;h=88f2a228586da764e81832a6febaf8a6925ab9c0;hb=8f953431be60a5520dba937dd2cbd394a72af25d;hp=97fb30e2a798ffdf17762a6349b0d040c43b5eda;hpb=b325f29851008a092a18f5543a45713360255bb6;p=e-mobility-charging-stations-simulator.git diff --git a/.lintstagedrc.json b/.lintstagedrc.json index 97fb30e2..88f2a228 100644 --- a/.lintstagedrc.json +++ b/.lintstagedrc.json @@ -1,5 +1,5 @@ { - "{src,test}/**/*.{js,ts}": ["prettier --write", "eslint --cache --fix"], - "**/*.{json,md,yml}": ["prettier --write"], - "**/*.{js,mjs}": ["prettier --write", "eslint --cache --fix"] + "{src,test}/**/*.{ts,tsx}": ["prettier --cache --write", "eslint --cache --fix"], + "**/*.{json,md,yml,yaml}": ["prettier --cache --write"], + "**/*.{js,jsx,mjs,cjs}": ["prettier --cache --write", "eslint --cache --fix"] }