chore: add prettier config for import sorting, update packages, migrate to prettier 3 (#1777)

This commit is contained in:
Matti Nannt
2023-12-14 10:51:02 +01:00
committed by GitHub
parent b11a7cc3ec
commit cd4b6fdae0
637 changed files with 5828 additions and 6417 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
import { cn } from "@formbricks/lib/cn";
import { LucideIcon } from "lucide-react";
import Link, { LinkProps } from "next/link";
import React, { AnchorHTMLAttributes, ButtonHTMLAttributes, forwardRef } from "react";
import { cn } from "@formbricks/lib/cn";
type SVGComponent = React.FunctionComponent<React.SVGProps<SVGSVGElement>> | LucideIcon;
export type ButtonBaseProps = {