chore: update prettier ignore

This commit is contained in:
Ayo Ayco 2024-12-26 00:34:32 +01:00
parent 9bbe6b4f08
commit e9bf384e2f
2 changed files with 6 additions and 2 deletions

View file

@ -1 +1,5 @@
pnpm-*.yaml
**/*.html
**/*.md
**/*.css
**/*.yml
**/*.yaml

View file

@ -11,7 +11,7 @@
"cli": "node ./packages/cli",
"test:cli": "cd packages/cli && pnpm run test",
"lint": "eslint . --config eslint.config.mjs",
"format": "prettier --write \"./**/*.{js,mjs,json}\"",
"format": "prettier . --write",
"prepare": "husky"
},
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",