mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-14 06:57:33 +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
|
@ -1,5 +1,5 @@
|
|||
import { cn } from "@rallly/ui";
|
||||
import React from "react";
|
||||
import type React from "react";
|
||||
|
||||
import { useTranslation } from "@/i18n/client";
|
||||
|
||||
|
@ -28,6 +28,7 @@ const Steps: React.FunctionComponent<StepsProps> = ({
|
|||
{[...Array(total)].map((_, i) => {
|
||||
return (
|
||||
<span
|
||||
// biome-ignore lint/suspicious/noArrayIndexKey: Fix this later
|
||||
key={i}
|
||||
className={cn("h-2 w-2 rounded-full transition-all", {
|
||||
"bg-primary-400": i <= current,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue