We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbec223 commit 8d96c6dCopy full SHA for 8d96c6d
3 files changed
.npmrc
@@ -0,0 +1,5 @@
1
+auto-install-peers=true
2
+
3
+public-hoist-pattern[]=*@biomejs/biome*
4
+public-hoist-pattern[]=*@total-typescript/tsconfig*
5
+public-hoist-pattern[]=*lefthook*
package.json
@@ -50,14 +50,12 @@
50
"log-symbols": "^7.0.1"
51
},
52
"devDependencies": {
53
- "@biomejs/biome": "^2.2.4",
54
"@commitlint/cli": "^19.8.1",
55
"@commitlint/config-conventional": "^19.8.1",
56
"@idleberg/configs": "^0.2.0",
57
"@playwright/test": "^1.55.0",
58
"@types/node": "^24.4.0",
59
"concurrently": "^9.2.1",
60
- "lefthook": "^1.13.0",
61
"np": "^10.2.0",
62
"tsdown": "^0.15.1",
63
"typescript": "^5.9.2",
tsconfig.json
@@ -1,3 +1,3 @@
{
- "extends": "@idleberg/configs/tsconfig"
+ "extends": "@idleberg/configs/tsc"
}
0 commit comments