Merge dependabot/npm_and_yarn/ui/web/eslint-plugin-vue-9.18.1 into combined-prs-branch
[e-mobility-charging-stations-simulator.git] / .lintstagedrc.json
index 97fb30e2a798ffdf17762a6349b0d040c43b5eda..45cd847789d8d19b4adda2f3bd9f95fa369cb4ad 100644 (file)
@@ -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,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"]
 }