From 78a4f05e07ee2a1f3060f34e6f25762db2e667f2 Mon Sep 17 00:00:00 2001 From: francis Date: Thu, 2 May 2024 15:11:25 +0200 Subject: [PATCH] fix: linting errors --- frontend/src/composables/services/project.service.ts | 4 +--- frontend/src/test/unit/services/group_service.test.ts | 4 +--- frontend/src/test/unit/services/project_service.test.ts | 4 +--- frontend/src/test/unit/types/group.test.ts | 4 +--- frontend/src/test/unit/types/project.test.ts | 4 +--- 5 files changed, 5 insertions(+), 15 deletions(-) diff --git a/frontend/src/composables/services/project.service.ts b/frontend/src/composables/services/project.service.ts index 3d157a3b..9fa10bd4 100644 --- a/frontend/src/composables/services/project.service.ts +++ b/frontend/src/composables/services/project.service.ts @@ -2,9 +2,7 @@ import { describe, it, expect } from 'vitest'; describe('placeholder', (): void => { - it('aaaaaaaa', () => { - - }) + it('aaaaaaaa', () => {}); }); // import { Project } from '@/types/Project'; diff --git a/frontend/src/test/unit/services/group_service.test.ts b/frontend/src/test/unit/services/group_service.test.ts index 1a555f28..c65789f1 100644 --- a/frontend/src/test/unit/services/group_service.test.ts +++ b/frontend/src/test/unit/services/group_service.test.ts @@ -2,9 +2,7 @@ import { describe, it, expect } from 'vitest'; describe('placeholder', (): void => { - it('aaaaaaaa', () => { - - }) + it('aaaaaaaa', () => {}); }); // /* eslint-disable @typescript-eslint/no-unused-vars */ diff --git a/frontend/src/test/unit/services/project_service.test.ts b/frontend/src/test/unit/services/project_service.test.ts index 5903de99..7dd17ce5 100644 --- a/frontend/src/test/unit/services/project_service.test.ts +++ b/frontend/src/test/unit/services/project_service.test.ts @@ -2,9 +2,7 @@ import { describe, it, expect } from 'vitest'; describe('placeholder', (): void => { - it('aaaaaaaa', () => { - - }) + it('aaaaaaaa', () => {}); }); // /* eslint-disable @typescript-eslint/no-unused-vars */ diff --git a/frontend/src/test/unit/types/group.test.ts b/frontend/src/test/unit/types/group.test.ts index 082374db..3806aa63 100644 --- a/frontend/src/test/unit/types/group.test.ts +++ b/frontend/src/test/unit/types/group.test.ts @@ -2,9 +2,7 @@ import { describe, it, expect } from 'vitest'; describe('placeholder', (): void => { - it('aaaaaaaa', () => { - - }) + it('aaaaaaaa', () => {}); }); // import { describe, it, expect } from 'vitest'; diff --git a/frontend/src/test/unit/types/project.test.ts b/frontend/src/test/unit/types/project.test.ts index fbb69cd2..cd5f0296 100644 --- a/frontend/src/test/unit/types/project.test.ts +++ b/frontend/src/test/unit/types/project.test.ts @@ -2,9 +2,7 @@ import { describe, it, expect } from 'vitest'; describe('placeholder', (): void => { - it('aaaaaaaa', () => { - - }) + it('aaaaaaaa', () => {}); }); // import { describe, it, expect } from 'vitest';