mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-26 11:49:16 +00:00
fix(editor): ESLint unused params fix
fix(editor): ESLint unused params fix
This commit is contained in:
@@ -12,7 +12,7 @@ import editorWorker from 'monaco-editor/esm/vs/editor/editor.worker?worker'
|
||||
// that entirely. Sencho only needs YAML/plaintext so the base editorWorker
|
||||
// covers all language modes — no additional language workers required.
|
||||
window.MonacoEnvironment = {
|
||||
getWorker(_workerId: string, _label: string): Worker {
|
||||
getWorker(): Worker {
|
||||
return new editorWorker()
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user