build(deps-dev): apply updates
[benchmarks-js.git] / .lintstagedrc.js
index 1ee58bf4501793ff42cb86009baa8e89b31721cc..b8427937a014975025fc04d4d79bfb7f02bafb64 100644 (file)
@@ -1,8 +1,8 @@
 module.exports = {
-  '*.{js,jsx,mjs,cjs}': [
-    'prettier --write',
+  '*.{js,jsx,cjs,mjs}': [
+    'prettier --cache --write',
     'standard --fix',
     'eslint --cache --fix'
   ],
-  '*.{json,md,yml,yaml}': ['prettier --write']
+  '*.{json,md,yml,yaml}': ['prettier --cache --write']
 }