use explicit path for prettierrc file, closes #289

This commit is contained in:
vcoppe
2025-12-23 17:34:34 +01:00
parent e92e48ffde
commit 3c816567bc
6 changed files with 137 additions and 140 deletions

View File

@@ -25,7 +25,7 @@
"scripts": {
"build": "tsc",
"postinstall": "npm run build",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
"lint": "prettier --check . --config ../.prettierrc && eslint .",
"format": "prettier --write . --config ../.prettierrc"
}
}