From b1341852e5526d32d083dcb7571739c168d54b0c Mon Sep 17 00:00:00 2001 From: marvin-j97 <33938500+marvin-j97@users.noreply.github.com> Date: Fri, 14 Jul 2023 01:56:13 +0200 Subject: [PATCH] style: lint fix --- src/tools/file-hash/file-hash.e2e.spec.ts | 4 +- src/tools/file-hash/file-hash.service.test.ts | 3 +- src/tools/file-hash/file-hash.vue | 163 +++++++++--------- 3 files changed, 87 insertions(+), 83 deletions(-) diff --git a/src/tools/file-hash/file-hash.e2e.spec.ts b/src/tools/file-hash/file-hash.e2e.spec.ts index c44b7c91..7325791f 100644 --- a/src/tools/file-hash/file-hash.e2e.spec.ts +++ b/src/tools/file-hash/file-hash.e2e.spec.ts @@ -1,4 +1,4 @@ -import { test, expect } from '@playwright/test'; +import { expect, test } from '@playwright/test'; test.describe('Tool - File hash', () => { test.beforeEach(async ({ page }) => { @@ -12,4 +12,4 @@ test.describe('Tool - File hash', () => { test('', async ({ page }) => { }); -}); \ No newline at end of file +}); diff --git a/src/tools/file-hash/file-hash.service.test.ts b/src/tools/file-hash/file-hash.service.test.ts index cf56c670..aac990d5 100644 --- a/src/tools/file-hash/file-hash.service.test.ts +++ b/src/tools/file-hash/file-hash.service.test.ts @@ -1,6 +1,5 @@ -import { expect, describe, it } from 'vitest'; // import { } from './file-hash.service'; // // describe('file-hash', () => { // -// }) \ No newline at end of file +// }) diff --git a/src/tools/file-hash/file-hash.vue b/src/tools/file-hash/file-hash.vue index 23eac902..fb48e84b 100644 --- a/src/tools/file-hash/file-hash.vue +++ b/src/tools/file-hash/file-hash.vue @@ -1,83 +1,20 @@ - - - - - - - - - Click or drag a file to this area to upload - - - - - - - - - - - - - - - - - - - Copy - - - - - + + + + + + + + + + Click or drag a file to this area to upload + + + + + + + + + + + + + + + + + + + Copy + + + +