fix: new dprint import format settings
Some checks failed
Lint / Lint Code (push) Failing after 7m9s
Test / Svelte Checks (push) Failing after 7m20s

This commit is contained in:
Ilia Mashkov
2026-01-02 17:01:59 +03:00
parent 3a2cc1c76b
commit 4ba02b5933
39 changed files with 189 additions and 47 deletions

View File

@@ -1,4 +1,8 @@
export type { FontCategory, FontProvider, FontSubset } from './model/font';
export type {
FontCategory,
FontProvider,
FontSubset,
} from './model/font';
export type {
FontshareApiModel,
FontshareDesigner,
@@ -10,4 +14,9 @@ export type {
FontshareTag,
FontshareWeight,
} from './model/fontshare_fonts';
export type { FontFiles, FontItem, FontVariant, GoogleFontsApiModel } from './model/google_fonts';
export type {
FontFiles,
FontItem,
FontVariant,
GoogleFontsApiModel,
} from './model/google_fonts';