mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-09-18 05:44:19 +00:00
Fix ESLint issues
This commit is contained in:
parent
9506aef618
commit
04ba90907b
1 changed files with 1 additions and 1 deletions
2
index.d.ts
vendored
2
index.d.ts
vendored
|
|
@ -64,7 +64,7 @@ declare module 'monaco-editor/esm/vs/editor/editor.api' {
|
|||
/**
|
||||
* A list of custom tags.
|
||||
*/
|
||||
readonly customTags?: Array<string>
|
||||
readonly customTags?: string[];
|
||||
|
||||
readonly format?: boolean;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue