mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-29 08:46:22 +02:00
♻️ Replace eslint and prettier with biome (#1697)
This commit is contained in:
parent
1577a0c5df
commit
a34da49486
158 changed files with 450 additions and 2718 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue