From 2bafc81c3a1069d2a158521f4274c8f927d4b5f6 Mon Sep 17 00:00:00 2001 From: Valentyne Stigloher Date: Sun, 18 May 2025 18:23:09 +0200 Subject: [PATCH] (lint) activate import/consistent-type-specifier-style for consistency of import type --- components/GrammarTable.vue | 8 ++------ components/Opinion.vue | 3 ++- components/nouns/NounsGenderLabel.vue | 3 ++- eslint.config.js | 5 +++-- locale/pl/nouns/osobatywy.vue | 3 ++- pages/admin/blog/editor.vue | 6 ++++-- pages/admin/timesheets/index.vue | 2 +- pages/admin/timesheets/overview.vue | 6 ++++-- pages/profile/[username].vue | 3 ++- server/api/search.get.ts | 3 ++- src/buildPronoun.ts | 3 ++- src/language/grammarTables.ts | 3 ++- test/locales/data.test.ts | 3 ++- test/snapshot.test.ts | 3 ++- 14 files changed, 32 insertions(+), 22 deletions(-) diff --git a/components/GrammarTable.vue b/components/GrammarTable.vue index a30406f6c..82b079152 100644 --- a/components/GrammarTable.vue +++ b/components/GrammarTable.vue @@ -1,12 +1,8 @@