diff --git a/package.json b/package.json index 064a914500..d74d3fcb06 100644 --- a/package.json +++ b/package.json @@ -57,10 +57,10 @@ }, "lint-staged": { "*.{js,md,css,scss,yaml,yml}": [ - "prettier --write" + "prettier --cache --cache-strategy content --write" ], "*.js": [ - "eslint --fix" + "eslint --cache --cache-strategy content --cache-location ./node_modules/.cache/eslint --fix" ] }, "devDependencies": {