mirror of
https://github.com/giancarloerra/socraticode.git
synced 2026-07-03 14:05:21 +02:00
chore: fix Biome lint warnings (non-null assertions, unused param)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user