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

@@ -22,6 +22,7 @@
"lint": "eslint",
"typecheck": "tsc --noEmit"
},
"prettier": "@homarr/prettier-config",
"dependencies": {
"@homarr/common": "workspace:^0.1.0",
"@homarr/definitions": "workspace:^0.1.0",
@@ -43,6 +44,5 @@
"@types/css-modules": "^1.0.5",
"eslint": "^9.16.0",
"typescript": "^5.7.2"
},
"prettier": "@homarr/prettier-config"
}
}