mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-09 11:13:03 +00:00
biome: new formatting settings
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
{
|
||||
"formatter": {
|
||||
"indentStyle": "space",
|
||||
"indentWidth": 2
|
||||
},
|
||||
"css": {
|
||||
"parser": {
|
||||
"tailwindDirectives": true
|
||||
|
||||
@@ -14,7 +14,7 @@ import { ProjectListItem } from "@/components/ProjectListItem";
|
||||
import { TimeSince } from "@/components/time-since";
|
||||
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
|
||||
import { type ProjectEntry, projectList, projects } from "@/projects";
|
||||
import { locations, locationPhotos } from "@/travel";
|
||||
import { locationPhotos, locations } from "@/travel";
|
||||
import { TravelListItem } from "./components/TravelListItem";
|
||||
import { ThemeToggle } from "./components/theme-toggle";
|
||||
import { Button } from "./components/ui/button";
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import type { TravelMetadata } from "@/travel";
|
||||
import { Button } from "./ui/button";
|
||||
import type { MouseEventHandler } from "react";
|
||||
import { cn } from "@/lib/utils";
|
||||
import type { TravelMetadata } from "@/travel";
|
||||
import { Button } from "./ui/button";
|
||||
|
||||
export function TravelListItem({
|
||||
metadata,
|
||||
|
||||
Reference in New Issue
Block a user