Skip to content

Commit 8d96c6d

Browse files
committed
chore: use new import name
1 parent bbec223 commit 8d96c6d

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.npmrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,12 @@
5050
"log-symbols": "^7.0.1"
5151
},
5252
"devDependencies": {
53-
"@biomejs/biome": "^2.2.4",
5453
"@commitlint/cli": "^19.8.1",
5554
"@commitlint/config-conventional": "^19.8.1",
5655
"@idleberg/configs": "^0.2.0",
5756
"@playwright/test": "^1.55.0",
5857
"@types/node": "^24.4.0",
5958
"concurrently": "^9.2.1",
60-
"lefthook": "^1.13.0",
6159
"np": "^10.2.0",
6260
"tsdown": "^0.15.1",
6361
"typescript": "^5.9.2",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"extends": "@idleberg/configs/tsconfig"
2+
"extends": "@idleberg/configs/tsc"
33
}

0 commit comments

Comments
 (0)