[update] migrate the project formatter from prettier and eslint to biome

This commit is contained in:
PrinOrange
2024-08-14 12:57:22 +08:00
parent 009be6e7d9
commit 81de437888
61 changed files with 480 additions and 3865 deletions

View File

@@ -1,4 +1,4 @@
import { NonEmptyArray } from "./utils.type";
import type { NonEmptyArray } from "./utils.type";
export type TFrontmatter = {
title: string;

View File

@@ -1,4 +1,4 @@
import { TFrontmatter } from "./frontmatter.type";
import type { TFrontmatter } from "./frontmatter.type";
export type TPostListItem = {
id: string;