style: ignore dist and README.md in .prettierignore

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
Alfi Maulana 2025-06-10 12:57:51 +07:00
parent e71bbfd78e
commit c5de595640
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
dist
pnpm-lock.yaml
README.md

View File

@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"build": "rollup -c",
"format": "prettier --write --cache . !dist !README.md",
"format": "prettier --write --cache .",
"lint": "eslint",
"test": "vitest run"
},