Set up prettier

This commit is contained in:
Joscha 2025-03-02 17:34:30 +01:00
parent 4f994f183f
commit 8e82248f5e
8 changed files with 39 additions and 2 deletions

8
package.json Normal file
View file

@ -0,0 +1,8 @@
{
"scripts": {
"fmt": "prettier . --write"
},
"devDependencies": {
"prettier": "^3.5.2"
}
}