Fix ESLint issues

This commit is contained in:
Kai Schlamp 2021-09-05 10:39:30 +02:00 committed by GitHub
parent 9506aef618
commit 04ba90907b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
index.d.ts vendored
View file

@ -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;
}