From 91fe6d188fc20c733157eed4d20749553698bd3d Mon Sep 17 00:00:00 2001 From: Pavlo Karatsiuba Date: Wed, 30 Nov 2022 16:33:08 +0100 Subject: [PATCH] lint fixes --- res/js/index.ts | 2 +- res/templates/reactive-template.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/js/index.ts b/res/js/index.ts index ec760f3..b0c4269 100644 --- a/res/js/index.ts +++ b/res/js/index.ts @@ -1,7 +1,7 @@ import swal from 'sweetalert2'; import * as ArrayFrom from 'array-from'; import {Category, Simulation} from '../../lib/types'; -import { template as reactiveTemplate } from '../templates/reactive-template' +import { template as reactiveTemplate } from '../templates/reactive-template'; if (!(Array as any).from) (Array as any).from = ArrayFrom; diff --git a/res/templates/reactive-template.ts b/res/templates/reactive-template.ts index cd5704d..fbe2618 100644 --- a/res/templates/reactive-template.ts +++ b/res/templates/reactive-template.ts @@ -29,4 +29,4 @@ export const template: string = ` {{/each}} -` \ No newline at end of file +`; \ No newline at end of file