fix lint warnings

This commit is contained in:
Konstantin Schaper
2020-10-16 09:40:10 +02:00
parent af09435f51
commit 47aa05dfe0
5 changed files with 117 additions and 77 deletions

View File

@@ -24,8 +24,12 @@
import React, { FC, useReducer } from "react";
import { Repository, AnnotatedSource, AnnotatedLine } from "@scm-manager/ui-types";
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore
// @ts-ignore
import { PrismAsyncLight as ReactSyntaxHighlighter, createElement } from "react-syntax-highlighter";
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore
// @ts-ignore
// eslint-disable-next-line no-restricted-imports
import highlightingTheme from "@scm-manager/ui-styles/src/syntax-highlighting.js";
import { DateInput } from "../../useDateFormatter";
import Popover from "./Popover";