mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-19 04:08:48 +00:00
Fix ESLint issue
This commit is contained in:
parent
f7fce45714
commit
90a7bcda0a
1 changed files with 0 additions and 1 deletions
1
examples/demo/src/types.d.ts
vendored
1
examples/demo/src/types.d.ts
vendored
|
|
@ -6,7 +6,6 @@ declare module 'monaco-editor/esm/vs/base/common/cancellation' {
|
|||
|
||||
declare module 'monaco-editor/esm/vs/editor/contrib/documentSymbols/documentSymbols' {
|
||||
import { ITextModel, languages } from 'monaco-editor';
|
||||
// eslint-disable-next-line import/order
|
||||
import { CancellationToken } from 'monaco-editor/esm/vs/base/common/cancellation';
|
||||
|
||||
export function getDocumentSymbols(
|
||||
|
|
|
|||
Loading…
Reference in a new issue