mirror of
https://github.com/zhigang1992/connect.git
synced 2026-04-28 17:35:40 +08:00
fix: eslint fix
This commit is contained in:
committed by
Thomas Osmonson
parent
f20746a5bb
commit
4577126178
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user