Browse Source

Add cache to lint-staged for prettier (#4862)

pull/4861/merge
Oscar Hinton 3 years ago committed by GitHub
parent
commit
6df106ca47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json

2
package.json

@ -203,7 +203,7 @@ @@ -203,7 +203,7 @@
"react": "^18.0.0"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write",
"*": "prettier --cache --ignore-unknown --write",
"*.ts": "eslint --cache --cache-strategy content --fix"
},
"engines": {

Loading…
Cancel
Save