Skip to content

Conversation

@AaronFeledy
Copy link
Contributor

No description provided.

import React from "react";
import { Editor } from "./components/ui/editor";
import { ShareDialog } from "./components/ui/share-dialog";
import { useDialogStore } from "./lib/dialog";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
import { useDialogStore } from "./lib/dialog";

@@ -1,86 +1,200 @@
import * as React from "react"
import * as AlertDialogPrimitive from "@radix-ui/react-alert-dialog"
import * as React from "react";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
import * as React from "react";


import { cn } from "@/lib/utils"
import { buttonVariants } from "@/components/ui/button"
import { cn } from "@/lib/utils";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
import { cn } from "@/lib/utils";

@@ -1,8 +1,16 @@
import * as React from "react"
import * as React from "react";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
import * as React from "react";

@@ -1,9 +1,17 @@
import * as React from "react"
import { Slot } from "@radix-ui/react-slot"
import * as React from "react";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
import * as React from "react";

import { debug } from "@/lib/debug";
import { MarkerSeverity } from "@/lib/constants";
import * as monaco from "monaco-editor";

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
import { TokenizationRegistry } from "monaco-editor/esm/vs/editor/common/languages";
import * as YAML from "yaml";

import { compressToEncodedURIComponent, decompressFromEncodedURIComponent } from 'lz-string';
import { debug } from "@/lib/debug";
import { formatYaml } from "@/lib/format-yaml";
import { parseDocument } from "yaml";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
import { parseDocument } from "yaml";

@@ -1,69 +1,96 @@
import * as monaco from 'monaco-editor';
import { debug } from '../debug';
import * as monaco from "monaco-editor";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
import * as monaco from "monaco-editor";

@@ -0,0 +1,16 @@
import { clsx, type ClassValue } from "clsx";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
import { clsx, type ClassValue } from "clsx";
import { type ClassValue, clsx } from "clsx";

import { defineConfig } from 'vite';
import path from 'node:path';
import react from '@vitejs/plugin-react';
import { defineConfig } from "vite";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
import { defineConfig } from "vite";

@AaronFeledy AaronFeledy merged commit 6dabb90 into main Feb 8, 2025
1 check passed
@AaronFeledy AaronFeledy deleted the libs branch February 8, 2025 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants