build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / .lintstagedrc.js
index 2a11a8987f637d52e294e2f8a2f932945a1c5c01..0124480b4544144624cc6959bfd0a8ff223cee57 100644 (file)
@@ -1,5 +1,5 @@
 export default {
-  '{src,tests}/**/*.{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'],
-};
+  '**/*.{js,jsx,cjs,mjs}': ['prettier --cache --write', 'eslint --cache --fix']
+}