fix: eslint fix

This commit is contained in:
Thomas Osmonson
2020-07-06 14:10:28 -05:00
committed by Thomas Osmonson
parent f20746a5bb
commit 4577126178

View File

@@ -81,7 +81,7 @@ export const CodeEditor = React.memo((props: CodeEditorProps) => {
textareaId={id}
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore
// @ts-ignore
language={language as any}
language={language}
onValueChange={updateContent}
highlight={c => <Highlighter code={c} language={language as any} />}
style={