mirror of
https://github.com/bitwarden/browser
synced 2026-01-09 12:03:33 +00:00
Add cache to lint-staged for prettier (#4862)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user