Skip to content

Commit

Permalink
fix import/eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sserrata committed Mar 20, 2024
1 parent 45cb59e commit acc2a75
Showing 1 changed file with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,6 @@ import SchemaTabs from "@theme/SchemaTabs";
import TabItem from "@theme/TabItem";
/* eslint-disable import/no-extraneous-dependencies*/
import clsx from "clsx";
import { createDescription } from "docusaurus-theme-openapi-docs/lib/markdown/createDescription";
/* eslint-disable import/no-extraneous-dependencies*/
import {
getQualifierMessage,
getSchemaName,
} from "docusaurus-theme-openapi-docs/lib/markdown/schema";
/* eslint-disable import/no-extraneous-dependencies*/
import {
guard,
toString,
} from "docusaurus-theme-openapi-docs/lib/markdown/utils";
import ReactMarkdown from "react-markdown";
import rehypeRaw from "rehype-raw";

Expand All @@ -48,6 +37,7 @@ export interface Props {
examples: Map<ExampleObject>;
name: string;
required: boolean;
deprecated: boolean;
schema: any;
};
}
Expand Down

0 comments on commit acc2a75

Please sign in to comment.