mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-16 12:32:48 +00:00
refactor: remove unnecessary eslint-disable comment
i don't know when it became unnecessary
This commit is contained in:
@@ -21,8 +21,6 @@ export const Editor = React.forwardRef<HTMLTextAreaElement, EditorProps>(
|
|||||||
<MonacoEditor
|
<MonacoEditor
|
||||||
{...{ ref }}
|
{...{ ref }}
|
||||||
theme={themeToUse}
|
theme={themeToUse}
|
||||||
// FIXME: why is `options` any?
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
|
||||||
options={{
|
options={{
|
||||||
tabFocusMode: true,
|
tabFocusMode: true,
|
||||||
detectIndentation: false,
|
detectIndentation: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user