Removed unnecessary eslint-disable lines

This commit is contained in:
BB
2022-03-01 17:32:44 +01:00
parent fb4812b530
commit 7212cc2f1c
7 changed files with 0 additions and 9 deletions

View File

@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-non-null-assertion */
import React, { useState, useEffect, useRef, useMemo } from "react";
import Editor, { Monaco } from "@monaco-editor/react";
import * as monaco from "monaco-editor";