[update] migrate the project formatter from prettier and eslint to biome
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { NonEmptyArray } from "./utils.type";
|
||||
import type { NonEmptyArray } from "./utils.type";
|
||||
|
||||
export type TFrontmatter = {
|
||||
title: string;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { TFrontmatter } from "./frontmatter.type";
|
||||
import type { TFrontmatter } from "./frontmatter.type";
|
||||
|
||||
export type TPostListItem = {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user