Skip to content

Commit cc5d65b

Browse files
author
Umutcan ÖNER
committed
fix: resolve linting issues and biome configuration
1 parent 3abddda commit cc5d65b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

packages/auth/tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@
66
},
77
"include": ["src/**/*"],
88
"exclude": ["node_modules", "dist"],
9-
"references": [
10-
{ "path": "../core" }
11-
]
9+
"references": [{ "path": "../core" }]
1210
}

packages/cms/tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@
66
},
77
"include": ["src/**/*"],
88
"exclude": ["node_modules", "dist"],
9-
"references": [
10-
{ "path": "../core" }
11-
]
9+
"references": [{ "path": "../core" }]
1210
}

0 commit comments

Comments
 (0)