♻️ Replace eslint and prettier with biome (#1697)

This commit is contained in:
Luke Vella 2025-04-28 19:47:47 +01:00 committed by GitHub
parent 1577a0c5df
commit a34da49486
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
158 changed files with 450 additions and 2718 deletions

View file

@ -11,7 +11,7 @@ import { useDialog } from "@rallly/ui/dialog";
import { FormField } from "@rallly/ui/form";
import { Switch } from "@rallly/ui/switch";
import { AtSignIcon, EyeIcon, MessageCircleIcon, VoteIcon } from "lucide-react";
import React from "react";
import type React from "react";
import { useFormContext } from "react-hook-form";
import { Trans } from "react-i18next";
@ -52,6 +52,7 @@ const SettingTitle = ({
const Setting = ({ children }: React.PropsWithChildren) => {
return (
// biome-ignore lint/a11y/noLabelWithoutControl: Fix this later
<label
className={cn(
"cursor-pointer bg-white hover:bg-gray-50 active:bg-gray-100",