Skip to content

Commit e091787

Browse files
committed
fix: add missing dependency and switch to tools tsconfig
1 parent 1ab5c49 commit e091787

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

.changeset/open-feet-read.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@repo/eslint-config': patch
3+
---
4+
5+
fix: add missing dependency and switch to tools tsconfig

packages/eslint-config/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"@eslint/core": "0.16.0",
1313
"@eslint/eslintrc": "3.3.1",
1414
"@eslint/js": "9.37.0",
15+
"@repo/typescript-config": "workspace:*",
1516
"@types/eslint": "9.6.1",
1617
"@types/node": "22.15.27",
1718
"@typescript-eslint/eslint-plugin": "8.46.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@repo/typescript-config/lib.json",
2+
"extends": "@repo/typescript-config/tools.json",
33
"include": ["*.ts", "src/**/*.ts"],
44
"exclude": ["node_modules/"]
55
}

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)