Migrate from tslint to eslint (will tighten rules in further commits)
This commit is contained in:
@@ -112,7 +112,7 @@ export class LLLindenText
|
||||
return Buffer.from(lines.join('\n') + '\n', 'utf-8');
|
||||
}
|
||||
|
||||
private parseEmbeddedItems()
|
||||
private parseEmbeddedItems(): void
|
||||
{
|
||||
let line = this.getLine();
|
||||
if (line !== '{')
|
||||
|
||||
Reference in New Issue
Block a user