chore: enable prettier caching and quiet output (#26681)

This commit is contained in:
Min Idzelis
2026-03-03 22:34:48 -05:00
committed by GitHub
parent 56f14162f6
commit e4c24bdec8
7 changed files with 14 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
{
"scripts": {
"format": "prettier --check .",
"format:fix": "prettier --write ."
"format": "prettier --cache --check .",
"format:fix": "prettier --cache --write --list-different ."
},
"devDependencies": {
"prettier": "^3.7.4"