1
0
mirror of https://github.com/go-task/task.git synced 2025-08-08 22:36:57 +02:00

config prettier

config prettier

config prettier
This commit is contained in:
Valentin Maerten
2025-08-08 10:44:46 +02:00
parent c59da79827
commit 98624f51ff
2 changed files with 2 additions and 1 deletions

1
website/.prettierignore Normal file
View File

@@ -0,0 +1 @@
pnpm-lock.yaml

View File

@@ -7,7 +7,7 @@
"dev": "vitepress dev", "dev": "vitepress dev",
"build": "vitepress build", "build": "vitepress build",
"preview": "vitepress preview", "preview": "vitepress preview",
"lint": "prettier --check ." "lint": "prettier --write ."
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",