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
|
||||
{...{ ref }}
|
||||
theme={themeToUse}
|
||||
// FIXME: why is `options` any?
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
||||
options={{
|
||||
tabFocusMode: true,
|
||||
detectIndentation: false,
|
||||
|
||||
Reference in New Issue
Block a user