mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[DX] Prettier v2.2 (#83899)
* update prettier with ts version support * mute type-error * run prettier on codebase * fix examples * fix errors after master merged
This commit is contained in:
parent
df4f4758fa
commit
95861a0fb0
172 changed files with 896 additions and 953 deletions
|
@ -14,9 +14,9 @@ export interface OpenRuntimeFieldEditorProps {
|
|||
defaultValue?: RuntimeField;
|
||||
}
|
||||
|
||||
export const getRuntimeFieldEditorLoader = (coreSetup: CoreSetup) => async (): Promise<
|
||||
LoadEditorResponse
|
||||
> => {
|
||||
export const getRuntimeFieldEditorLoader = (
|
||||
coreSetup: CoreSetup
|
||||
) => async (): Promise<LoadEditorResponse> => {
|
||||
const { RuntimeFieldEditorFlyoutContent } = await import('./components');
|
||||
const [core] = await coreSetup.getStartServices();
|
||||
const { uiSettings, overlays, docLinks } = core;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue