feat: add prettier packagejson plugin (#1577)

This commit is contained in:
Manuel
2024-12-01 22:59:11 +01:00
committed by GitHub
parent 0ab9d0bd69
commit a53a2cdd34
13 changed files with 124 additions and 37 deletions

View File

@@ -21,6 +21,7 @@
"lint": "eslint",
"typecheck": "tsc --noEmit"
},
"prettier": "@homarr/prettier-config",
"dependencies": {
"@homarr/api": "workspace:^0.1.0",
"@homarr/auth": "workspace:^0.1.0",
@@ -46,6 +47,5 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.16.0",
"typescript": "^5.7.2"
},
"prettier": "@homarr/prettier-config"
}
}