chore: fix Biome lint warnings (non-null assertions, unused param)

This commit is contained in:
Giancarlo Erra
2026-04-16 18:31:44 +01:00
parent af7d1d4d45
commit 2fdbaf8ba4
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ const MAX_EXTENDS_DEPTH = 10;
*/
async function followExtendsChain(
configPath: string,
projectPath: string,
_projectPath: string,
): Promise<PathAliases> {
const visited = new Set<string>();
let currentPath = configPath;