better lint

This commit is contained in:
Henry Jameson 2026-01-29 20:40:00 +02:00
commit 18d8ea6b63
123 changed files with 362 additions and 205 deletions

View file

@ -1,11 +1,5 @@
import { defineStore } from 'pinia'
import {
CURRENT_VERSION,
generatePreset,
} from 'src/services/theme_data/theme_data.service.js'
import { convertTheme2To3 } from 'src/services/theme_data/theme2_to_theme3.js'
import { useInstanceStore } from 'src/stores/instance.js'
import {
applyTheme,
getResourcesIndex,
@ -13,6 +7,14 @@ import {
} from '../services/style_setter/style_setter.js'
import { deserialize } from '../services/theme_data/iss_deserializer.js'
import { useInstanceStore } from 'src/stores/instance.js'
import {
CURRENT_VERSION,
generatePreset,
} from 'src/services/theme_data/theme_data.service.js'
import { convertTheme2To3 } from 'src/services/theme_data/theme2_to_theme3.js'
export const useInterfaceStore = defineStore('interface', {
state: () => ({
localFonts: null,