fix: resolve CI/CD lint and configuration issues
This commit is contained in:
@@ -131,6 +131,7 @@ export class TypeInferrer {
|
||||
}
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
private inferType(data: unknown, _name?: string): TypeNode {
|
||||
if (data === null) {
|
||||
return { kind: 'primitive', type: 'null' };
|
||||
|
||||
Reference in New Issue
Block a user