mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Run prettier
This commit is contained in:
parent
06e3393f83
commit
0b344d31d0
19 changed files with 1796 additions and 1442 deletions
2
monaco.d.ts
vendored
2
monaco.d.ts
vendored
|
|
@ -4,7 +4,6 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
declare namespace monaco.languages.json {
|
||||
|
||||
export interface DiagnosticsOptions {
|
||||
/**
|
||||
* If set, the validator will be enabled and perform syntax validation as well as schema based validation.
|
||||
|
|
@ -87,5 +86,4 @@ declare namespace monaco.languages.json {
|
|||
setModeConfiguration(modeConfiguration: ModeConfiguration): void;
|
||||
}
|
||||
export const jsonDefaults: LanguageServiceDefaults;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue